-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "avat_ad_banner_mannager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev --respawn index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliNejati-bu/avat_ad_banner_mannager.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aliNejati-bu/avat_ad_banner_mannager/issues"
},
"homepage": "https://github.com/aliNejati-bu/avat_ad_banner_mannager#readme",
"dependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.13",
"@types/joi": "^17.2.3",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^17.0.40",
"bcrypt": "^5.0.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"inversify": "^6.0.1",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.6",
"reflect-metadata": "^0.1.13",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.3",
"uuid": "^8.3.2"
}
}