-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 940 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": "@danilolima/smjs",
"alias": "SMJS",
"version": "0.1.8-beta",
"description": "",
"main": "index.js",
"bin": {
"smjs": "bin/smjs.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "npm version minor && npm publish --access=public"
},
"bugs": {
"url": "https://github.com/danilogit/smjs/issues"
},
"homepage": "https://github.com/danilogit/smjs",
"repository": {
"type": "git",
"url": "https://github.com/danilogit/smjs"
},
"tags": [
"automation",
"workflow",
"state-machine"
],
"author": "Danilo Lima",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"boxen": "^3.2.0",
"colors": "^1.3.3",
"commander": "^2.20.0",
"express": "^4.16.4",
"js-yaml": "^3.13.1",
"jsonpath": "^1.0.1",
"lodash": "^4.17.11",
"log-symbols": "^3.0.0",
"moment": "^2.24.0",
"shelljs": "^0.8.3"
}
}