-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.12 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
39
40
41
42
43
44
45
46
47
48
{
"name": "create-rivas-react",
"version": "1.0.0",
"main": "index.js",
"author": {
"name": "rivaslive"
},
"bin": {
"create-rivas-react": "index.js"
},
"scripts": {
"start": "node index.js",
"deploy": "yarn git-commit && yarn git-push",
"git-commit": "git add . && git commit -m \"rivas-cli update\"",
"git-push": "git push origin master",
"patch-release": "npm version patch && npm publish && git push --follow-tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "4.1.2",
"fs-extra": "10.1.0",
"inquirer": "8.2.4",
"node-emoji": "^1.11.0",
"semver": "7.3.7"
},
"deprecated": false,
"description": "Boilerplate for create react with atomic design",
"devDependencies": {
"@types/node": "^17.0.42",
"prettier": "^2.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rivaslive/create-rivas-react.git"
},
"keywords": [
"nodejs",
"node",
"create",
"project",
"rivas",
"typescript",
"node-cli",
"reactjs"
],
"license": "ISC"
}