-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.16 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
{
"name": "@nearest/nearest-sdk",
"version": "0.3.7",
"description": "Node.js SDK for Nearest! services",
"main": "./dist/index.js",
"scripts": {
"build": "babel lib -d dist",
"prepublish": "npm run build",
"test": "mocha --compilers js:babel-register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NearestPlace/SDK.git"
},
"author": "Nearest! <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NearestPlace/SDK/issues"
},
"homepage": "https://github.com/NearestPlace/SDK#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0",
"babel-register": "^6.11.6",
"eslint": "^4.5.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"mocha": "^3.0.1",
"nodemon": "^1.10.0"
},
"dependencies": {
"chai": "^4.1.1",
"graphql-query-builder": "^1.0.7",
"graphql-request": "^1.3.6",
"lodash": "^4.17.4",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"keywords": [
"Nearest"
]
}