-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.45 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.45 KB
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
{
"name": "futuquant",
"version": "3.2.6",
"description": "FutuQuant-Nodejs",
"main": "src/futuquant.js",
"scripts": {
"test": "mocha -t 600000 -b -w test/*",
"test1": "mocha -t 600000 -b ",
"doc": "rm -rf doc && jsdoc -c jsdoc.json -t ./node_modules/ink-docstrap/template",
"demo-es6": "node --experimental-modules demo.mjs",
"demo-es5": "node demo.js",
"pbjs": "pbjs -t static-module -w commonjs pb/*.proto > src/pb.js",
"pbts": "pbts -o src/pb.d.ts src/pb.js",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"pub": "npm run log && npm run doc && npm publish"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yisbug/futuquant.git"
},
"author": "yisbug",
"license": "ISC",
"bugs": {
"url": "https://github.com/yisbug/futuquant/issues"
},
"homepage": "https://github.com/yisbug/futuquant#readme",
"dependencies": {},
"devDependencies": {
"conventional-changelog-cli": "^2.0.21",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.1",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.3",
"mocha": "^6.2.0",
"prettier": "^1.18.2",
"protobufjs": "^6.8.6",
"should": "^13.2.3",
"typescript": "^3.5.3"
}
}