-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "spirit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node build/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"build-watch": "tsc -w",
"debug": "nodemon build/index.js",
"lint": "eslint '*/**/*.{js,ts}' --quiet --fix"
},
"repository": {
"type": "git",
"url": "git@gitlab.dev.harker.org:harkerdev/spirit.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/koa": "^2.11.3",
"@types/luxon": "^1.24.0",
"@types/node": "^13.13.2",
"fs": "0.0.1-security",
"handlebars": "^4.7.6",
"joi": "^14.3.1",
"joi-validator": "0.0.7",
"koa": "^2.11.0",
"koa-bodyparser": "^4.3.0",
"koa-joi-validate": "^0.5.1",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.1",
"koa-router": "^9.4.0",
"koa-session": "^6.0.0",
"koa-static": "^5.0.0",
"koa-views": "^6.2.1",
"ldapjs": "^2.0.0",
"luxon": "^1.24.1",
"mongodb": "^3.6.0",
"mongoose": "^5.10.0",
"path": "^0.12.7",
"serve": "^11.3.0",
"typescript": "^3.9.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"nodemon": "^2.0.3",
"prettier": "^2.0.5"
}
}