-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 845 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
{
"name": "ostap",
"version": "1.1.3",
"description": "",
"main": "./src/index.js",
"scripts": {
"format": "prettier --single-quote --trailing-comma es5 --write \"src/**/*.js\"",
"test": "jest"
},
"bin": "cli.js",
"files": [
"src",
"cli.js"
],
"engines": {
"node": ">=8.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itwillwork/ostap.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/itwillwork/ostap/issues"
},
"homepage": "https://github.com/itwillwork/ostap#readme",
"dependencies": {
"cac": "6.4.2",
"chalk": "2.4.2",
"dependencies-tree-builder": "1.0.5",
"lodash": "4.17.13",
"ora": "3.2.0",
"prompt-confirm": "2.0.4",
"semver": "5.6.0"
},
"devDependencies": {
"jest": "24.3.1"
}
}