forked from monzoor/react-auto-clean-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
38
{
"name": "react-auto-clean-template",
"version": "1.1.1",
"description": "Clean architecture based react template with the help of CRA (Create react app)",
"keywords": [
"clean architecture",
"template",
"react template",
"CRA",
"create react app"
],
"scripts": {
"dev": "node src/index.js tempos",
"clean": "npm cache clean --force && yarn cache clean && rm -rf /Users/monzoormorshed/.npm/_npx"
},
"bin": {
"react-auto-clean-template": "src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monzoor/react-auto-clean-template.git"
},
"author": "Monzoor Morshed Mahmud",
"license": "MIT",
"bugs": {
"url": "https://github.com/monzoor/react-auto-clean-template/issues"
},
"private": false,
"homepage": "https://github.com/monzoor/react-auto-clean-template#readme",
"dependencies": {
"chalk": "^4.1.0",
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"fs-extra": "^9.1.0",
"log-update": "^4.0.0",
"path": "^0.12.7"
}
}