-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "account-monitor",
"version": "1.0.0",
"description": "A cloudflare worker that allows you to monitor Antelope account balances and ram ",
"main": "lib/main.js",
"module": "lib/main.m.js",
"types": "lib/main.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@rollup/plugin-json": "^6.1.0",
"@wharfkit/account": "^1.0.1",
"@wharfkit/common": "^1.2.0",
"bn.js": "^4.11.9",
"sinon": "^17.0.1",
"tslib": "^2.1.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.1.1",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.28",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"@wharfkit/mock-data": "^1.2.1",
"assert": "^2.0.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.2.0",
"gh-pages": "^3.1.0",
"mocha": "^10.4.0",
"node-fetch": "^2.6.1",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"rollup": "^2.38.2",
"rollup-plugin-dts": "^2.0.0",
"ts-node": "^9.1.0",
"tsconfig-paths": "^4.2.0",
"typedoc": "^0.25.12",
"typescript": "^4.1.2"
}
}