-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1003 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1003 Bytes
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
{
"name": "create-chrome-extension-react-app",
"version": "2.5.27",
"description": "make package that configure react typescript work with chrome extension",
"main": "src/index.js",
"scripts": {
"start": "node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jessi68/create-chrome-extension-react-app.git"
},
"keywords": [
"chrome-extension",
"react"
],
"author": "jessi68 lyn990312@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/jessi68/create-chrome-extension-react-app/issues"
},
"homepage": "https://github.com/jessi68/create-chrome-extension-react-app#readme",
"dependencies": {
"commander": "^8.3.0",
"package.json": "^2.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"bin": {
"create-chrome-extension-react-app": "./bin/index.js"
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"typescript": "^4.5.4"
}
}