UNPKG

1.47 kBJSONView Raw
1{
2 "name": "ilp-plugin-xrp-asym-server",
3 "version": "1.8.1",
4 "description": "Asymmetric XRP paychan server for ILP",
5 "main": "index.js",
6 "types": "src/index.d.ts",
7 "files": [
8 "index.js",
9 "src/**/*.ts",
10 "src/**/*.js",
11 "src/**/*.js.map",
12 "src/schemas/*.json"
13 ],
14 "scripts": {
15 "build": "npm run compile-ts",
16 "compile-ts": "tsc --project .",
17 "lint": "tslint --project .",
18 "pretest": "npm run build",
19 "watch": "mocha-typescript-watch",
20 "prepare": "npm run build",
21 "test": "nyc --reporter=lcov mocha --exit"
22 },
23 "author": "",
24 "license": "ISC",
25 "dependencies": {
26 "@types/debug": "0.0.30",
27 "base64url": "^3.0.0",
28 "bignumber.js": "^7.2.1",
29 "btp-packet": "^2.2.0",
30 "debug": "^3.1.0",
31 "ilp-logger": "^1.0.2",
32 "ilp-packet": "^3.0.8",
33 "ilp-plugin-mini-accounts": "^4.0.1",
34 "ilp-plugin-xrp-paychan-shared": "^4.1.0",
35 "ilp-protocol-ildcp": "^2.0.1",
36 "ripple-address-codec": "^2.0.1",
37 "ripple-lib": "^0.21.0",
38 "sodium-universal": "^2.0.0",
39 "ws": "^4.0.0"
40 },
41 "devDependencies": {
42 "@types/bignumber.js": "^5.0.0",
43 "chai": "^4.1.2",
44 "chai-as-promised": "^7.1.1",
45 "mocha": "^5.0.0",
46 "mocha-typescript": "^1.1.12",
47 "nyc": "^13.3.0",
48 "sinon": "^4.2.0",
49 "source-map-support": "^0.5.5",
50 "standard": "^10.0.3",
51 "ts-node": "^6.0.2",
52 "tslint": "^5.10.0",
53 "tslint-config-standard": "^7.0.0",
54 "typescript": "^2.8.3"
55 }
56}