-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 898 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
33
34
35
36
37
38
39
{
"name": "chrome-webstore-upload-keys",
"version": "1.1.5",
"description": "CLI tool to generate OAuth keys for the Chrome Web Store",
"keywords": [
"chrome",
"publish",
"webstore",
"store",
"extension",
"deploy",
"update",
"upload",
"cli"
],
"repository": "fregante/chrome-webstore-upload-keys",
"funding": "https://github.com/sponsors/fregante",
"license": "MIT",
"author": "Federico Brigante <me@fregante.com> (https://fregante.com)",
"type": "module",
"bin": "./dist/index.js",
"scripts": {
"build": "ncc build cli.js",
"prepack": "npm run build",
"start": "ncc run cli.js",
"test": "xo"
},
"devDependencies": {
"@clack/prompts": "^0.7.0",
"@vercel/ncc": "^0.38.1",
"get-port": "^7.0.0",
"open": "^10.0.3",
"p-defer": "^4.0.0",
"xo": "^0.56.0"
},
"engines": {
"node": ">=18"
}
}