-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 882 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
{
"name": "graduation-api",
"version": "1.0.0",
"private": true,
"description": "Graduation API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --exec yarn start",
"start": "bak start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ceit93/graduation-api.git"
},
"author": "Iman Tabrizian <tabrizian@outlook.com>",
"bugs": {
"url": "https://github.com/ceit93/graduation-api/issues"
},
"homepage": "https://github.com/ceit93/graduation-api#readme",
"dependencies": {
"@bakjs/audit": "*",
"@bakjs/auth": "^4.0.1",
"@bakjs/minio": "*",
"@bakjs/mongo": "^4.5.4",
"@bakjs/policy": "^3.0.1",
"bak": "^5.0.1",
"boom": "^7.3.0",
"config": "^3.1.0",
"zarinpal-checkout": "*"
},
"devDependencies": {
"nodemon": "*"
}
}