-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
39 lines (39 loc) · 896 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
{
"name": "bdapis",
"version": "0.0.6",
"description": "rest api service",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js",
"backend": "nodemon backend.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbmSourav/bdapis.git"
},
"keywords": [
"restapi",
"bd"
],
"author": "Keramot UL Islam",
"license": "MIT",
"bugs": {
"url": "https://github.com/AbmSourav/bdapis/issues"
},
"homepage": "https://github.com/AbmSourav/bdapis#readme",
"dependencies": {
"@prisma/client": "^5.14.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"moment": "^2.27.0",
"mongoose": "^6.5.2"
},
"devDependencies": {
"@abmsourav/localdb": "^1.3.0",
"nodemon": "^2.0.20",
"prisma": "^5.14.0"
}
}