-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.4 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "lin-mizar",
"version": "0.1.0-beta.2",
"description": "The core library of Lin CMS",
"main": "lin/index.js",
"scripts": {
"tsc": " rm -rf lin/ && tsc",
"test": "jest tests",
"doc": "typedoc --out docs --mode modules ./lib"
},
"keywords": [
"lin",
"cms",
"koa"
],
"author": "pedrogao",
"license": "MIT",
"dependencies": {
"class-validator": "^0.9.1",
"co-busboy": "^1.4.0",
"consola": "^2.5.6",
"dayjs": "^1.8.9",
"egg-logger": "^2.4.1",
"is-async-function": "^1.2.3",
"jsonwebtoken": "^8.5.0",
"koa": "^2.7.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.11",
"mysql2": "^1.6.5",
"mz-modules": "^2.1.0",
"sequelize": "^5.3.5",
"stream-wormhole": "^1.1.0",
"tslib": "^1.9.3",
"uuid": "^3.3.2",
"koa-swagger-decorator": "1.5.16"
},
"devDependencies": {
"@types/consola": "^1.0.0",
"@types/jest": "^24.0.9",
"@types/jsonwebtoken": "^8.3.2",
"@types/koa": "^2.0.48",
"@types/koa-bodyparser": "^4.2.2",
"@types/koa-router": "^7.0.39",
"@types/lodash": "^4.14.122",
"@types/redis": "^2.8.12",
"@types/sequelize": "^4.27.39",
"@types/uuid": "^3.4.4",
"jest": "^24.3.1",
"redis": "^2.8.0",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.3",
"tslint": "^5.13.1",
"tslint-config-standard": "^8.0.1",
"typedoc": "^0.14.2",
"typescript": "^3.3.3333"
}
}