We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20caa46 commit 8fe05f0Copy full SHA for 8fe05f0
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "graphpack",
3
- "version": "0.0.1-4",
+ "version": "0.1.0-alpha.0",
4
"description": "☄️ A minimalistic zero-config GraphQL server",
5
"license": "MIT",
6
"bin": {
7
- "graphpack": "./bin/graphpack"
+ "graphpack": "./cli"
8
},
9
"main": "server",
10
"dependencies": {
@@ -19,7 +19,8 @@
19
"nodemon": "^1.18.4",
20
"ramda": "^0.25.0",
21
"webpack": "^4.20.2",
22
- "webpack-node-externals": "^1.7.2"
+ "webpack-node-externals": "^1.7.2",
23
+ "yargs": "^12.0.2"
24
25
"devDependencies": {
26
"husky": "^1.0.1",
0 commit comments