-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 850 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
{
"version": "0.1.0",
"name": "mock-trading-api",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dmitriz/mock-trading-api.git"
},
"scripts": {
"test": "npx tape **/*.test.js",
"gac": "git add . && git commit",
"gp": "npm run gac; git pull && git push"
},
"keywords": [],
"author": "Dmitri Zaitsev <[email protected]> (https://github.com/dmitriz)",
"license": "MIT",
"description": "Pure functions mocking trading APIs for testing",
"bugs": {
"url": "https://github.com/dmitriz/mock-trading-api/issues"
},
"homepage": "https://github.com/dmitriz/mock-trading-api#readme",
"dependencies": {
"cpsfy": "^6.0.0",
"ramda": "^0.29.0"
},
"devDependencies": {
"axios": "1.4.0",
"tape": "5.6.4",
"test-curried": "1.0.1",
"ws": "8.13.0"
}
}