-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
{
"name": "circle",
"version": "1.0.0",
"main": "index.js",
"author": "heymind",
"license": "MIT",
"scripts": {
"dev": "nodemon"
},
"dependencies": {
"@types/graphql": "^0.13.0",
"@types/knex": "^0.14.12",
"@types/lodash": "^4.14.108",
"@types/nodemailer": "^4.6.0",
"@types/validator": "^9.4.1",
"class-validator": "^0.8.5",
"db-migrate": "^0.11.1",
"dotenv": "^5.0.1",
"graphql": "^0.13.2",
"knex": "^0.14.6",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-graphql": "^0.7.5",
"koa-jwt": "^3.3.1",
"koa-log4": "^2.3.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.10",
"log4js": "^2.5.3",
"nodemailer": "^4.6.4",
"password-validator": "^4.1.0",
"pg": "^7.4.1",
"pg-error-constants": "^1.0.0",
"typescript": "^2.8.3",
"validator": "^9.4.1"
},
"devDependencies": {
"@types/jsonwebtoken": "^7.2.6",
"@types/koa": "^2.0.45",
"@types/koa-bodyparser": "^4.2.0",
"@types/koa-jwt": "^3.3.0",
"@types/koa-logger": "^3.1.0",
"@types/koa-router": "^7.0.28",
"@types/pg": "^7.4.7",
"@types/winston": "^2.3.9",
"db-migrate-pg": "^0.4.0",
"nodemon": "^1.17.3",
"ts-node": "^6.0.0",
"tsconfig-paths": "^3.3.1",
"tslint": "^5.9.1",
"types-installer": "^1.4.0"
}
}