-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 833 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
{
"name": "weight_link_data_generator",
"version": "1.0.0",
"description": "This will generate random data for weigh link",
"main": "index.js",
"scripts": {
"start": "nodemon index",
"test": "mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/btsl/weight_link_data_generator.git"
},
"author": "Syed Md. Kamruzzaman",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/btsl/weight_link_data_generator/issues"
},
"homepage": "https://gitlab.com/btsl/weight_link_data_generator#readme",
"dependencies": {
"body-parser": "^1.20.1",
"express": "^4.18.2",
"mongoose": "^6.9.1",
"node-cron": "^3.0.2"
},
"devDependencies": {
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"mocha": "^10.2.0",
"nodemon": "^2.0.20"
}
}