-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
61 lines (61 loc) · 1.53 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
58
59
60
61
{
"name": "lin-mizar",
"version": "0.3.9",
"description": "The core library of Lin CMS",
"main": "lin/index.js",
"scripts": {
"tsc": "rimraf lin/ && tsc",
"test": "jest tests",
"debugger": "node --inspect-brk ./node_modules/jest/bin/jest --runInBand --no-cache --no-watchman"
},
"keywords": [
"lin",
"cms",
"koa"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TaleLin/lin-cms-koa-core.git"
},
"author": "Pedro/Shirmy/Evan",
"license": "MIT",
"dependencies": {
"busboy": "^0.3.1",
"class-validator": "^0.9.1",
"consola": "^2.5.6",
"dayjs": "^1.8.9",
"egg-logger": "^2.4.1",
"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"
},
"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",
"rimraf": "^3.0.2",
"supertest": "^4.0.2",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.3",
"tslint": "^5.13.1",
"tslint-config-standard": "^8.0.1",
"typedoc": "^0.16.11",
"typescript": "^3.8.3"
}
}