-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 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
{
"name": "len",
"version": "0.0.0",
"description": "",
"main": "src/app.ts",
"scripts": {
"start": "ts-node src/app.ts",
"init": "typeorm schema:sync"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omega-bbs/len.git"
},
"author": "oott123",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/omega-bbs/len/issues"
},
"homepage": "https://github.com/omega-bbs/len#readme",
"devDependencies": {
"@types/node": "^8.0.57",
"@types/winston": "^2.3.7",
"prettier": "^1.9.1",
"tslint": "^5.8.0",
"tslint-config-prettier": "^1.6.0",
"tslint-eslint-rules": "^4.1.1",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^2.6.2"
},
"dependencies": {
"@omega-bbs/spec": "0.0.6",
"cookie-session": "^1.3.2",
"debug": "^3.1.0",
"es6-shim": "^0.35.3",
"express": "^4.16.2",
"express-graphql": "^0.6.11",
"glob": "^7.1.2",
"graphql": "^0.11.7",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.4",
"morgan": "^1.9.0",
"reflect-metadata": "^0.1.10",
"routing-controllers": "^0.7.6",
"sqlite3": "^3.1.13",
"ts-node": "^4.0.0",
"typedi": "^0.6.0",
"typeorm": "0.1.8",
"typeorm-typedi-extensions": "^0.1.1",
"winston": "^2.4.0"
}
}