-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "@anypay/client",
"version": "0.8.1",
"description": "Anypay Enterprise Payments Platform",
"main": "dist/src/lib/index.js",
"types": "dist/src/lib/index.d.js",
"repository": {
"type": "git",
"url": "https://github.com/anypay/anypay-sdk.git"
},
"scripts": {
"test": "mocha --require=ts-node/register test/*.ts",
"build": "tsc",
"prepublish": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/chai": "^4.3.3",
"@types/joi": "^14.3.4",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.0",
"axios": "^0.27.2",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-spies": "^1.0.0",
"dotenv": "^8.2.0",
"joi": "^17.2.1",
"mocha": "^8.1.1",
"nconf": "^0.12.0",
"superagent": "^6.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"ws": "^8.13.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/chai-as-promised": "^7.1.5",
"bitcore-lib": "^10.0.2",
"bsv": "^1.5.6"
}
}