-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 820 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 820 Bytes
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
{
"name": "sample-typescript",
"version": "2.0.0",
"description": "sample-typescript",
"main": "index.js",
"scripts": {
"dev": "nodemon"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/mongoose": "^5.7.15",
"@types/uuid": "^7.0.3",
"apollo-server-koa": "^2.13.0",
"class-transformer": "^0.2.3",
"class-validator": "^0.12.2",
"graphql": "^15.0.0",
"koa": "^2.11.0",
"koa-bodyparser": "^4.3.0",
"koa-router": "^8.0.0-alpha.1",
"merge-graphql-schemas": "^1.7.8",
"mongoose": "^5.9.13",
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.8.1",
"typedi": "^0.8.0",
"uuid": "^8.0.0"
},
"devDependencies": {
"@types/koa": "^2.11.3",
"nodemon": "^2.0.3",
"ts-node": "^8.10.1",
"typescript": "^3.8.3"
}
}