-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 961 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
34
35
36
37
38
39
{
"name": "vinli",
"version": "5.0.0",
"description": "Official Node.js SDK for interacting with the Vinli Platform",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/vinli/vinli-node"
},
"scripts": {
"test": "mocha --recursive -R spec",
"coverage": "istanbul cover node_modules/.bin/_mocha -- --recursive --reporter list",
"lint": "eslint --quiet ."
},
"author": "Vinli Developers",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"extend": "^3.0.2",
"@hapi/hoek": "^9.0.4",
"@hapi/joi": "^17.1.1",
"q": "^1.5.1",
"yarp": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.8.0",
"nyc": "^15.0.1",
"mocha": "^7.1.1",
"nock": "^12.0.3"
},
"bugs": {
"url": "https://github.com/vinli/vinli-node/issues"
},
"homepage": "https://github.com/vinli/vinli-node"
}