-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 950 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 950 Bytes
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
{
"name": "e-p-web",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:hreflee/e-p-web.git",
"author": "<gx.lhf@163.com>",
"license": "MIT",
"devDependencies": {
"@types/koa": "^2.11.3",
"@types/koa-router": "^7.4.0",
"@types/koa2-cors": "^2.0.1",
"koa": "^2.11.0",
"koa-router": "^8.0.8",
"nodemon": "^2.0.3",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
},
"scripts": {
"dev": "tsc --watch & export NODE_ENV=development && node bin/dev.js -t dist/ -e dist/app.js",
"build": "rm -rf dist/* && tsc"
},
"dependencies": {
"@types/koa-json": "^2.0.18",
"chokidar": "^3.3.1",
"csv-parse": "^4.8.8",
"iconv-lite": "^0.5.1",
"koa-body": "^4.1.1",
"koa-json": "^2.0.2",
"koa2-cors": "^2.0.6",
"moment": "^2.24.0",
"mysql2": "^2.1.0",
"reflect-metadata": "^0.1.13",
"sequelize": "^5.21.5",
"sequelize-typescript": "^1.1.0"
}
}