-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.4 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
{
"name": "@netnexus/ikontist",
"version": "0.4.15",
"description": "Connect to Kontist, fetch and create and transfers, export transactions as QIF",
"main": "dist/src/kontist-client.js",
"types": "dist/src/kontist-client.d.ts",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/netnexus/IKontist.git"
},
"bugs": {
"url": "https://github.com/netnexus/IKontist/issues"
},
"homepage": "https://github.com/netnexus/IKontist#readme",
"scripts": {
"test": "./node_modules/.bin/istanbul -x='cli.js' --include-all-sources cover ./node_modules/.bin/_mocha $(find dist/test/unit -name '*.js') --dir coverage/unit --print none && ./node_modules/.bin/remap-istanbul -i coverage/unit/coverage.json -o coverage/unit/coverage-ts -t html"
},
"dependencies": {
"@types/commander": "~2.12.2",
"@types/dotenv": "^6.1.1",
"async-file": "~2.0.2",
"axios": "^0.21.1",
"commander": "^2.20.3",
"dotenv": "^8.2.0",
"lodash": "^4.17.20",
"qif-writer": "~0.1.0"
},
"peerDependencies": {
"osa-imessage": "~2.4.2"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/lodash": "^4.14.165",
"@types/mocha": "^5.2.7",
"@types/node": "^12.19.8",
"@types/sinon": "^7.5.2",
"chai": "^4.2.0",
"istanbul": "~0.4.5",
"mocha": "^6.2.3",
"remap-istanbul": "^0.13.0",
"sinon": "^7.5.0"
}
}