-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
33 lines (33 loc) · 977 Bytes
/
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
{
"name": "graphql-spotify",
"version": "0.44.3",
"description": "GraphQL Schema And Resolvers For Spotify Web API",
"main": "dist/lib.js",
"module": "src/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack"
},
"author": "Sitian Liu <[email protected]> (https://www.sitianliu.com/)",
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"path": "^0.12.7",
"webpack": "^3.10.0",
"webpack-node-externals": "^1.6.0",
"graphql": "git://github.com/graphql/graphql-js.git#npm"
},
"peerDependencies": {
"graphql": "git://github.com/graphql/graphql-js.git#npm"
},
"dependencies": {
"dataloader": "^1.3.0",
"graphql-tools": "^2.18.0",
"isomorphic-fetch": "^2.2.1"
}
}