-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.12 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.12 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
{
"name": "@avanda/cli",
"version": "0.9.34",
"description": "Avanda CLI",
"main": "build/index.js",
"types": "build/index.d.ts",
"author": "Wharley01",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "nodemon"
},
"dependencies": {
"@avanda/app": "^2.3.0",
"@avanda/core": "^0.9.0",
"@avanda/error": "^0.2.1",
"@avanda/orm": "^0.3.9",
"@faker-js/faker": "^8.4.1",
"axios": "^0.26.0",
"chalk-table": "^1.0.2",
"commander": "^8.2.0",
"github-download-directory": "^2.0.0",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.17.0",
"vite": "^2.9.0",
"vite-node": "^0.7.13"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.178",
"@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"
},
"bin": {
"@avanda/avanda": "./build/exe.js",
"avanda": "./build/exe.js"
}
}