-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 971 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": "pmdev",
"version": "1.0.0",
"description": "Play Market 2.0 Developer Module",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon bin/index",
"start": "cross-env NODE_ENV=production node bin/index"
},
"author": "proaleks94",
"license": "ISC",
"dependencies": {
"adbkit-apkreader": "^3.1.0",
"bignumber.js": "^8.0.2",
"body-parser": "^1.18.3",
"boolean": "^0.2.0",
"cors": "^2.8.4",
"cross-env": "^5.2.0",
"del": "^3.0.0",
"dotenv": "^6.1.0",
"express": "^4.16.3",
"formidable": "^1.2.1",
"fs-extra": "^7.0.0",
"hasha": "^3.0.0",
"ipfs-http-client": "^29.1.1",
"make-dir": "^1.3.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"nocache": "^2.0.0",
"pull-stream": "^3.6.9",
"recursive-readdir": "^2.2.2",
"ua-parser-js": "^0.7.18"
},
"nodemonConfig": {
"ignore": [
"client/*",
"node_modules/*",
"data/*"
]
}
}