-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 973 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
{
"name": "ussd-code",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"start:dev": "nodemon src/app.js",
"db:migrate": "sequelize db:migrate",
"db:seed": "npx sequelize-cli db:seed:undo:all && sequelize db:seed:all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victorkarangwa4/ussd-code.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/victorkarangwa4/ussd-code/issues"
},
"homepage": "https://github.com/victorkarangwa4/ussd-code#readme",
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/register": "^7.11.5",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonfile": "^6.0.1",
"lodash": "^4.17.20",
"nodemon": "^2.0.4",
"pg": "^8.3.3",
"sequelize": "^6.3.5",
"sequelize-cli": "^6.2.0",
"ussd-menu-builder": "^1.2.0"
}
}