-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.29 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
{
"name": "course-js-server",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node index.js",
"test": "cross-env NODE_ENV=test mocha --no-warnings --reporter=reporter.js *module/*task/**/*.test.js",
"test:local": "cross-env NODE_ENV=test node --no-warnings local.js",
"lint": "eslint ."
},
"keywords": [],
"author": "Ilya Kantor",
"dependencies": {
"@javascriptru/json-db": "github:javascriptru/json-db",
"@javascriptru/project-server": "github:javascriptru/project-server",
"@javascriptru/rest": "github:javascriptru/rest",
"@koa/cors": "^3.0.0",
"@koa/multer": "^2.0.1",
"@koa/router": "^8",
"ajv": "^6.10.2",
"bunyan": "^1.8.12",
"chokidar": "^3.3.0",
"cross-env": "^5.2.0",
"escape-html": "^1.0.3",
"faker": "^4.1.0",
"fs-extra": "^8.0.1",
"gulp": "^4.0.2",
"gulp-livereload": "^4.0.2",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-favicon": "^2.0.1",
"koa-logger": "^3.2.0",
"koa-send": "^5.0.0",
"koa-static": "^5.0.0",
"lru-cache": "^5.1.1",
"multer": "^1.4.2",
"nodemon": "^1.19.4",
"pluralize": "^8.0.0",
"pug": "^2.0.4",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"sinon": "^7.3.2",
"uuid": "^3.3.2",
"xlsx": "^0.15.1"
}
}