-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 915 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": "paketci",
"version": "0.0.4",
"description": "management tool for package.json",
"main": "index.js",
"bin": {
"paketci": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bent": "^7.3.2",
"body-parser": "^1.19.0",
"ejs": "^3.1.3",
"execa": "^4.0.2",
"express": "^4.17.1",
"get-port": "^5.1.1",
"open": "^7.0.4",
"react-redux": "^7.2.0",
"request-promise": "^4.2.5"
},
"author": "indatawetrust",
"license": "MIT",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/indatawetrust/paketci.git"
},
"keywords": [
"ui",
"management",
"tool",
"for",
"package.json"
],
"bugs": {
"url": "https://github.com/indatawetrust/paketci/issues"
},
"homepage": "https://github.com/indatawetrust/paketci#readme"
}