-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1016 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
41
{
"name": "rivas-cli",
"version": "1.0.1",
"keywords": [
"nodejs",
"node",
"create",
"project",
"rivas",
"typescript",
"node-cli",
"reactjs"
],
"description": "CLI for build components for Nodejs and React with Atomic Design",
"bin": {
"rivas-cli": "index.js"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"patch-release": "npm version patch && npm publish && git push --follow-tags",
"git-commit": "git add . && git commit -m \"rivas-cli update\"",
"git-push": "git push origin master",
"deploy": "yarn git-commit && yarn git-push",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"inquirer": "^8.2.0"
},
"devDependencies": {
"@types/node": "^17.0.21",
"prettier": "^2.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rivaslive/rivas-cli.git"
},
"homepage": "https://rivas-cli.vercel.app/",
"author": "rivaslive",
"license": "ISC"
}