-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "ytsave",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/dspeyrer/ytSave.git",
"author": "Deven Speyrer <[email protected]>",
"license": "MIT",
"dependencies": {
"preact": "^10.7.1",
"svelte": "^3.47.0",
"typescript": "^4.6.3",
"webextension-polyfill": "^0.9.0"
},
"scripts": {
"build": "rollup -c",
"package": "cd public && web-ext build --overwrite-dest"
},
"packageManager": "[email protected]",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@types/webextension-polyfill": "^0.8.3",
"rollup": "^2.70.1",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"svelte-preprocess": "^4.10.5",
"tslib": "^2.3.1"
}
}