forked from glennreyes/graphpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 919 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 919 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
35
{
"name": "graphpack",
"version": "1.0.0-alpha.3",
"description": "☄️ A minimalistic zero-config GraphQL server",
"author": "Glenn Reyes <glenn@glennreyes.com>",
"repository": "https://github.com/glennreyes/graphpack",
"license": "MIT",
"bin": {
"graphpack": "./bin/graphpack.js"
},
"files": [
"babel",
"bin",
"config",
"lib"
],
"main": "lib/server",
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"apollo-server": "2.1.0",
"babel-loader": "^8.0.4",
"babel-preset-graphpack": "^1.0.0-alpha.3",
"cosmiconfig": "^5.0.6",
"friendly-errors-webpack-plugin": "^1.7.0",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"nodemon": "^1.18.4",
"ramda": "^0.25.0",
"webpack": "^4.20.2",
"webpack-node-externals": "^1.7.2",
"yargs": "^12.0.2"
}
}