-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 995 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
40
{
"name": "create-react-crx",
"version": "1.2.0",
"description": "Setup a modern Chrome extension with one command",
"keywords": [
"chrome-extension",
"web-extension",
"rollup",
"react",
"javascript",
"typescript",
"boilerplate"
],
"homepage": "https://github.com/extend-chrome/create-react-crx#readme",
"bugs": {
"url": "https://github.com/extend-chrome/create-react-crx/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/extend-chrome/create-react-crx.git"
},
"license": "MIT",
"author": "Jack Steam <[email protected]>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"fs-extra": "^9.0.1",
"lodash.kebabcase": "^4.1.1",
"prompts": "^2.4.0",
"sanitize-filename": "^1.6.3",
"sort-package-json": "^1.48.0"
},
"devDependencies": {
"eslint": "^7.16.0",
"prettier": "^2.2.1"
},
"bin": "index.js"
}