forked from charlypoly/spotify-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.38 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
{
"name": "spotify-graphql",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "git://thefrenchhouse/spotify-graphql.git"
},
"main": "dist/index.js",
"typings": "definitions/spotify-graphql",
"typescript": {
"definition": "definitions/spotify-graphql"
},
"description": "GraphQL schema for Spotify WebAPI",
"engineStrict": true,
"devDependencies": {
"@types/graphql": "^0.8.6",
"@types/jasmine": "^2.5.38",
"@types/lodash": "^4.14.57",
"@types/nock": "^8.2.0",
"@types/node": "~7.0.8",
"@types/request": "0.0.42",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-copy": "^1.0.0",
"gulp-jasmine": "^2.4.2",
"gulp-typescript": "^3.1.3",
"immutable": "^3.8.1",
"jasmine": "^2.5.2",
"merge2": "^1.0.2",
"nock": "^9.0.2",
"rimraf": "~2.6.1",
"run-sequence": "^1.2.2",
"standard-version": "^4.0.0",
"tslint": "~3.15.1",
"tslint-microsoft-contrib": "~2.0.13",
"typescript": "^2.2.1"
},
"scripts": {
"test": "gulp test",
"compile": "gulp",
"release": "npm run compile; standard-version"
},
"author": "Charly POLY <hello@charlypoly.com>",
"license": "MIT",
"dependencies": {
"graphql": "^0.9.1",
"graphql-tools": "0.10.1",
"lodash": "^4.17.4",
"lru_map": "^0.3.3",
"request": "^2.81.0",
"spotify-web-api-node": "^2.3.6",
"when": "^3.7.7"
}
}