-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 856 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
{
"name": "node-api-poloniex",
"version": "0.2.16",
"description": "Non-official implementation of Poloniex's API's",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "jest --coverage --passWithNoTests --verbose",
"patch": "npm version patch --no-git-tag-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexander-hagen/node-api-poloniex.git"
},
"keywords": [
"poloniex",
"ws",
"REST"
],
"author": "Alexander Hagen",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexander-hagen/node-api-poloniex/issues"
},
"homepage": "https://github.com/alexander-hagen/node-api-poloniex#readme",
"dependencies": {
"axios": "^1.6.7",
"ws": "^8.16.0"
},
"devDependencies": {
"dotenv": "^16.4.5",
"jest": "^29.7.0"
}
}