forked from pengchujin/oneSubscribe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 790 Bytes
/
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
{
"name": "subscribebackend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/app.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server-koa": "^2.1.0",
"axios": "^0.18.0",
"bcrypt": "^3.0.2",
"graphql": "^14.0.2",
"graphql-playground-html": "^1.6.4",
"js-md5": "^0.7.3",
"js-yaml": "^3.12.1",
"json2yaml": "^1.1.0",
"jsonwebtoken": "^8.3.0",
"koa": "^2.6.1",
"koa-graphql": "^0.7.5",
"koa-mount": "^4.0.0",
"koa-useragent": "^1.2.0",
"koa2-useragent": "^0.3.1",
"pg": "^7.6.0",
"ramda": "^0.25.0",
"ts-node": "^7.0.1",
"typeorm": "^0.2.9",
"typescript": "^3.1.3"
}
}