-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.29 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.29 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
46
47
48
49
50
51
52
53
54
{
"name": "@avanda/http",
"version": "0.4.26",
"description": "Avanda http module ",
"main": "build/index.js",
"types": "index.ts",
"author": "Wharley01",
"license": "MIT",
"private": false,
"scripts": {
"dev": "nodemon"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@avanda/app": "^2.7.1",
"@avanda/cli": "^0.9.5",
"@avanda/core": "0.0.7",
"@avanda/orm": "^0.3.0",
"@types/ip": "^1.1.0",
"@types/underscore": "^1.11.4",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.12",
"axios": "^0.24.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"global-cache": "^1.2.1",
"ip": "^1.1.5",
"query-string": "^7.1.1",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.6.5",
"underscore": "^1.13.2",
"uuid": "^8.3.2",
"vite": "^2.9.0",
"ws": "^8.5.0"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.14",
"@types/express-fileupload": "^1.1.7",
"@types/lodash": "^4.14.181",
"@types/node": "^16.4.13",
"nodemon": "^2.0.12",
"source-map-support": "^0.5.19",
"ts-node": "^10.2.0",
"tslint": "^6.1.3",
"typescript": "^4.3.5"
}
}