-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.83 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
48
49
50
51
52
53
54
55
{
"name": "coMonetizer_api",
"version": "1.0.0",
"description": "Colab Monetizer backend API",
"main": "server.js",
"scripts": {
"start": "NODE_ENV=production node server",
"dev": "nodemon server",
"local": "NODE_ENV=local nodemon server",
"test": "nodemon --exec 'mocha -R min --timeout 10000 --exit'",
"node_1": "nodemon --watch dev -e js dev/webNode.js 3001 http://localhost:3001",
"node_2": "nodemon --watch dev -e js dev/webNode.js 3002 http://localhost:3002",
"node_3": "nodemon --watch dev -e js dev/webNode.js 3003 http://localhost:3003",
"node_4": "nodemon --watch dev -e js dev/webNode.js 3004 http://localhost:3004",
"node_5": "nodemon --watch dev -e js dev/webNode.js 3005 http://localhost:3005",
"autocommit": "nodemon --ext js,tsx,json --exec gv # Autocommit with clipboard msg on Save",
"ll": "nodemon --watch loop loop/linkedList.js",
"bst": "nodemon --watch loop loop/bst.js",
"ht": "nodemon --watch loop loop/hashTable.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w3monetizer/testMonetizer_api.git"
},
"keywords": [
"colab",
"monetization",
"engine"
],
"author": "Stefan Ianta",
"license": "MIT",
"bugs": {
"url": "https://github.com/w3monetizer/colabmoney_api/issues"
},
"homepage": "https://github.com/w3monetizer/colabmoney_api#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"csvtojson": "^2.0.10",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"jsonwebtoken": "^8.5.1",
"mocha": "^8.2.1",
"mongoose": "^5.11.13",
"morgan": "^1.10.0",
"node-geocoder": "^3.27.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"sha256": "^0.2.0",
"slugify": "^1.4.6",
"uuid": "^8.3.2"
}
}