-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
70 lines (70 loc) · 1.76 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "vesper",
"version": "0.1.9",
"description": "GraphQL Server Side Framework for TypeScript and JavaScript.",
"license": "MIT",
"readmeFilename": "README.md",
"author": {
"name": "Umed Khudoiberdiev",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/vesper-framework/vesper.git"
},
"bugs": {
"url": "https://github.com/vesper-framework/vesper/issues"
},
"main": "index.js",
"tags": [
"express",
"graphql",
"framework",
"typescript",
"graphql-framework",
"typescript-framework"
],
"bin": {
"vesper": "./cli.js"
},
"typings": "index.d.ts",
"dependencies": {
"@types/body-parser": "^1.16.8",
"@types/cors": "^2.8.3",
"@types/express": "^4.11.1",
"@types/graphql": "^0.13.0",
"@types/node": "^9.6.5",
"@types/ws": "^4.0.2",
"apollo-server-express": "^1.3.4",
"apollo-upload-server": "^5.0.0",
"app-root-path": "^2.0.1",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"dataloader": "^1.4.0",
"debug": "^3.1.0",
"express": "^4.16.3",
"glob": "^7.0.5",
"graphql": "^0.13.2",
"graphql-code-generator": "^0.8.21",
"graphql-playground-middleware-express": "^1.6.1",
"graphql-subscriptions": "^0.5.8",
"graphql-tools": "^2.24.0",
"merge-graphql-schemas": "^1.5.1",
"reflect-metadata": "^0.1.12",
"subscriptions-transport-ws": "^0.9.7",
"typedi": "^0.7.2",
"typeorm": "^0.2.0-alpha.46",
"yargonaut": "^1.1.2",
"yargs": "^11.0.0"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^4.0.2",
"gulpclass": "^0.1.2",
"sqlite3": "^4.0.0",
"ts-node": "^5.0.1",
"typescript": "^2.8.1"
}
}