-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.43 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
48
49
50
51
52
53
54
55
56
{
"name": "ilp-plugin-moja",
"version": "1.0.0",
"description": "Mojaloop HTTP Plugin ILP",
"main": "index.js",
"types": "build/index.d.ts",
"files": [
"build/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/interledgerjs/ilp-plugin-btp.git"
},
"scripts": {
"lint": "tslint --project .",
"build": "tsc --project .",
"test": "mocha ./test/index.test.js",
"codecov": "codecov"
},
"author": "Interledger Team <info@interledger.org>",
"license": "Apache-2.0",
"dependencies": {
"@types/debug": "0.0.30",
"@types/node": "^10.7.1",
"axios": "^0.18.0",
"btp-packet": "^2.2.0",
"debug": "^3.1.0",
"eventemitter2": "^5.0.0",
"express": "^4.16.4",
"ilp-logger": "^1.1.3",
"ilp-packet": "^3.0.8"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/chai-as-promised": "^7.1.0",
"@types/express": "^4.11.1",
"@types/lodash": "^4.14.104",
"@types/long": "^4.0.0",
"@types/mocha": "^5.2.5",
"@types/sinon": "^5.0.1",
"axios-mock-adapter": "^1.16.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"codecov": "^3.0.0",
"gh-pages": "^1.1.0",
"mocha": "^5.1.1",
"mocha-typescript": "^1.1.14",
"sinon": "^6.0.1",
"source-map-support": "^0.5.0",
"ts-node": "^7.0.1",
"tslint": "^5.8.0",
"tslint-config-standard": "^7.0.0",
"typedoc": "^0.12.0",
"typescript": "^3.0.1"
}
}