-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 949 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
{
"author": "Will 'WillsterJohnson' Johnson",
"private": true,
"license": "GPL-3.0",
"type": "module",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin typescript",
"zip": "zip -r keybrpp.xpi manifest.json LICENSE.txt dist/",
"dist": "pnpm build && pnpm zip",
"dev": "rollup --config rollup.config.ts --configPlugin typescript --watch",
"bump": "node bumpVersion.js"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@tsconfig/svelte": "^5.0.0",
"chrome-types": "^0.1.213",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"rollup": "^3.26.2",
"rollup-plugin-license": "^3.0.1",
"rollup-plugin-svelte": "^7.1.6",
"sass": "^1.63.6",
"svelte": "^4.0.5",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
}
}