-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.03 KB
/
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
33
34
35
36
37
{
"private": true,
"name": "gem-devtools",
"version": "2.2.0",
"description": "Gem devtools",
"scripts": {
"update:version": "node ./scripts/update.js",
"serve": "vite",
"build": "vite build",
"watch": "pnpm build --watch",
"build:zip": "pnpm build && web-ext build",
"browser": "web-ext run --target=chromium --target=firefox-desktop",
"start": "pnpm build && concurrently -k npm:watch npm:browser"
},
"dependencies": {
"@mantou/gem": "^2.2.0",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@gemjs/config": "^2.1.0",
"@types/webextension-polyfill": "^0.10.7",
"vite": "^5.2.10",
"web-ext": "^7.8.0"
},
"author": "mantou132",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mantou132/gem.git",
"directory": "packages/gem-devtools"
},
"bugs": {
"url": "https://github.com/mantou132/gem/issues"
},
"homepage": "https://github.com/mantou132/gem#readme",
"gitHead": "5cccf43261f8eae0c76a80ec90e243fb880b10a9"
}