forked from superhuai/fcoin-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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": "fcoin-nodejs-api",
"version": "1.4.3",
"description": "Use the package, you can use official api easily!",
"main": "index.js",
"dependencies": {
"@types/node-fetch": "^2.1.4",
"node-fetch": "^2.3.0",
"publish": "^0.6.0",
"ws": "^5.2.2"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^10.5.2",
"@types/ws": "^5.1.2",
"chai": "^4.2.0",
"https-proxy-agent": "^2.2.1",
"mocha": "^6.1.4",
"ts-node": "^4.1.0",
"tslint": "^5.6.0",
"typescript": "^2.9.2"
},
"scripts": {
"build": "tsc",
"lint": "tslint --project .",
"test": "mocha -r ts-node/register tests/**.ts",
"watch": "mocha -r ts-node/register tests/**.ts --watch --watch-extensions ts",
"test-ts": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biluochun/fcoin-api.git"
},
"keywords": [
"api",
"fcoin",
"websocket",
"nodejs"
],
"author": "imconfig",
"license": "ISC",
"bugs": {
"url": "https://github.com/biluochun/fcoin-api/issues"
},
"homepage": "https://github.com/biluochun/fcoin-api#readme"
}