-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 942 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
42
{
"name": "ops",
"version": "1.0.0",
"description": "OpsJS configures a JavaScript repo for development with Firebase and Font Awesome.",
"type": "module",
"main": "index.js",
"bin": {
"ops": "src/ops.js"
},
"scripts": {
"ops": "npm run start && ops setup",
"start": "npm i -g .",
"stop": "npm un -g iadops",
"test": "node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luzmcosta/ops.git"
},
"keywords": [
"javascript",
"node",
"cli",
"devops",
"gcloud",
"firebase",
"fontawesome"
],
"author": "Luz M. Costa <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/luzmcosta/ops/issues"
},
"homepage": "https://github.com/luzmcosta/ops#readme",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"inquirer": "^9.2.12",
"shelljs": "^0.8.5"
}
}