Skip to content

Commit b457b0c

Browse files
committed
npm init
1 parent 8a597d3 commit b457b0c

File tree

2 files changed

+88
-0
lines changed

2 files changed

+88
-0
lines changed

package-lock.json

Lines changed: 58 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "thepeer-node",
3+
"version": "0.0.1",
4+
"description": "The official node package for Thepeer",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/thepeerstack/node-sdk.git"
12+
},
13+
"type": "module",
14+
"author": {
15+
"name": "Thepeer",
16+
"email": "[email protected]",
17+
"url": "https://thepeer.co"
18+
},
19+
"contributors": [
20+
"Michael Trojan Okoh <[email protected]>"
21+
],
22+
"license": "ISC",
23+
"bugs": {
24+
"url": "https://github.com/thepeerstack/node-sdk/issues"
25+
},
26+
"homepage": "https://github.com/thepeerstack/node-sdk#readme",
27+
"dependencies": {
28+
"axios": "^0.21.1"
29+
}
30+
}

0 commit comments

Comments
 (0)