UNPKG

720 BJSONView Raw
1{
2 "name": "@blissfully/elm-graphql",
3 "version": "1.1.35",
4 "description": "Elm code generator for GraphQL",
5 "main": "lib/main.js",
6 "bin": "bin/elm-graphql",
7 "scripts": {
8 "prepublish": "tsc",
9 "postinstall": "tsc",
10 "tsc": "tsc",
11 "test": "echo \"Error: no test specified\" && exit 1",
12 "start": "node ./bin/elm-graphql"
13 },
14 "author": "John Hewson",
15 "license": "BSD",
16 "dependencies": {
17 "command-line-args": "^3.0.1",
18 "graphql": "^0.6.2",
19 "request": "^2.69.0",
20 "source-map-support": "^0.4.0",
21 "typescript": "^1.8.10"
22 },
23 "devDependencies": {
24 "express": "^4.14.0",
25 "express-graphql": "^0.5.3",
26 "graphql-tools": "^0.6.1",
27 "typescript": "^1.8.0"
28 }
29}