-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
40
41
42
43
44
45
{
"name": "@avanda/app",
"version": "2.7.0",
"description": "Avanda core module",
"main": "./build/index.js",
"types": "index.ts",
"author": "Wharley01",
"license": "MIT",
"private": false,
"scripts": {
"dev": "nodemon"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@avanda/error": "^0.2.3",
"@avanda/http": "^0.4.8",
"@avanda/orm": "^0.2.40",
"@types/jsonwebtoken": "^8.5.6",
"@types/mustache": "^4.1.2",
"@types/nodemailer": "^6.4.4",
"argon2": "^0.28.3",
"body-parser": "^1.19.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"libphonenumber-js": "^1.9.49",
"mustache": "^4.2.0",
"nodemailer": "^6.7.2",
"sequelize": "^6.25.2",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/node": "^16.11.12",
"nodemon": "^2.0.15",
"source-map-support": "^0.5.21",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"typescript": "^4.5.3"
}
}