-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1000 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1000 Bytes
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
{
"name": "thepeer-node",
"version": "0.0.4",
"description": "The official node package for Thepeer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thepeerstack/node-sdk.git"
},
"author": {
"name": "Thepeer",
"email": "hi@thepeer.co",
"url": "https://thepeer.co"
},
"contributors": [
"Michael Trojan Okoh <hi@thepeer.co>",
"Faithful Ojebiyi <faithfulojebiyi@gmail.com>",
"Idorenyin Udoh <idorenyin@thepeer.co>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/thepeerstack/node-sdk/issues"
},
"homepage": "https://github.com/thepeerstack/node-sdk#readme",
"dependencies": {
"axios": "^0.21.4"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
}
}