-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.84 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
57
58
59
60
61
{
"name": "@wharfkit/account",
"description": "Account kit for Wharf Kit",
"version": "1.3.0",
"homepage": "https://github.com/wharfkit/account",
"license": "BSD-3-Clause",
"main": "lib/account.js",
"module": "lib/account.m.js",
"types": "lib/account.d.ts",
"sideEffects": false,
"files": [
"lib/*",
"src/*"
],
"scripts": {
"prepare": "make"
},
"dependencies": {
"@wharfkit/antelope": "^1.0.7",
"@wharfkit/common": "^1.2.0",
"@wharfkit/contract": "^1.0.0",
"@wharfkit/resources": "^1.2.3",
"@wharfkit/token": "^1.1.2",
"tslib": "^2.1.0"
},
"resolutions": {
"@wharfkit/antelope": "^1.0.7"
},
"devDependencies": {
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@rollup/plugin-virtual": "^3.0.1",
"@types/chai": "^4.3.1",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@wharfkit/mock-data": "^1.0.2",
"@wharfkit/session": "^1.0.0",
"chai": "^4.3.4",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^4.0.0",
"gh-pages": "^4.0.0",
"mocha": "^10.0.0",
"node-fetch": "^2.6.1",
"nyc": "^15.1.0",
"onchange": "^7.1",
"prettier": "^2.2.1",
"rollup": "^3.2.3",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-terser": "^7.0.2",
"ts-node": "^10.1.0",
"tsconfig-paths": "^4.0.0",
"typedoc": "^0.23.14",
"typescript": "^4.1.2"
}
}