-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.48 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
{
"name": "salak",
"version": "2.0.0-beta.41",
"description": "A framework base on koa.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint && jest --runInBand --coverage",
"test-cov": "jest --coverage"
},
"dependencies": {
"@types/joi": "^14.3.3",
"@types/koa": "^2.0.48",
"@types/koa-bodyparser": "^4.3.0",
"debug": "^4.1.1",
"extend": "^3.0.2",
"fs-extra": "^7.0.1",
"globby": "^8.0.2",
"http-errors": "^1.7.2",
"is-type-of": "^1.2.0",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-compose": "^4.1.0",
"koa-static": "^5.0.0",
"path-to-regexp": "^2.4.0",
"salak-curl": "^1.0.4",
"salak-logger": "^1.0.4",
"salak-router": "^1.0.8",
"salak-schedule": "^2.0.0-beta.3",
"salak-swagger": "^1.0.13",
"yamljs": "^0.3.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^23.6.0",
"supertest": "^3.4.2",
"typescript": "^3.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salakjs/salak.git"
},
"keywords": [
"salak",
"koa"
],
"author": "wengeek <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/salakjs/salak/issues"
},
"homepage": "https://github.com/salakjs/salak#readme"
}