-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.31 KB
/
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
43
44
45
46
47
{
"name": "quitelive-api",
"version": "0.0.1",
"description": "API for Quite Live Backend",
"main": "app.js",
"dependencies": {
"@dashevo/dashcore-lib": "^0.17.9",
"bufferutil": "^4.0.1",
"bull": "^3.12.1",
"chalk": "^3.0.0",
"express": "^4.17.1",
"flatted": "^2.0.1",
"hasha": "^5.1.0",
"jimp": "^0.9.3",
"merkletreejs": "^0.1.7",
"mongoose": "^5.7.5",
"redis": "^2.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"utf-8-validate": "^5.0.2",
"uuid": "^3.3.3",
"videoshow": "^0.1.11",
"ws": "^7.2.0"
},
"devDependencies": {
"dotenv": "^8.1.0",
"jsdoc-to-markdown": "^5.0.1",
"prettier": "^1.19.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon -i test.json app.js ",
"docs": "jsdoc2md routes/api.js > docs/routes-api.md && jsdoc2md src/Wallet.js > docs/wallet-api.md",
"testDocs": "jsdoc src/Wallet.js && rm -rf out",
"Logs": "heroku logs -t -a quite-live\n"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1fabunicorn/QuiteLive-API.git"
},
"author": "Nova Trauben",
"license": " AGPL-3.0",
"bugs": {
"url": "https://github.com/1fabunicorn/QuiteLive-API/issues"
},
"homepage": "https://github.com/1fabunicorn/QuiteLive-API#readme"
}