UNPKG

1.61 kBJSONView Raw
1{
2 "name": "@arkecosystem/platform-sdk-trx",
3 "description": "Cross-Platform Utilities for ARK Applications",
4 "version": "0.5.2",
5 "contributors": [],
6 "license": "MIT",
7 "files": [
8 "/dist"
9 ],
10 "main": "dist/index",
11 "types": "dist/index",
12 "scripts": {
13 "build": "yarn clean && tsc",
14 "build:watch": "yarn build -w",
15 "clean": "rimraf .coverage dist tmp",
16 "test": "jest",
17 "test:watch": "jest --watchAll",
18 "coverage:report": "codecov",
19 "publish": "yarn build && yarn npm publish --access public --tolerate-republish"
20 },
21 "dependencies": {
22 "@arkecosystem/platform-sdk": "0.5.2",
23 "tronweb": "^2.10.1"
24 },
25 "devDependencies": {
26 "@arkecosystem/utils": "^1.1.8",
27 "@sindresorhus/tsconfig": "^0.7.0",
28 "@types/eslint": "^6.8.0",
29 "@types/eslint-plugin-prettier": "^3.1.0",
30 "@types/jest": "^25.2.1",
31 "@types/node": "^13.13.4",
32 "@types/prettier": "^2.0.0",
33 "@types/rimraf": "^3.0.0",
34 "@typescript-eslint/eslint-plugin": "^2.30.0",
35 "@typescript-eslint/parser": "^2.30.0",
36 "codecov": "^3.6.5",
37 "cross-env": "^7.0.2",
38 "eslint": "^6.8.0",
39 "eslint-config-prettier": "^6.11.0",
40 "eslint-plugin-jest": "^23.8.2",
41 "eslint-plugin-prettier": "^3.1.3",
42 "eslint-plugin-simple-import-sort": "^5.0.3",
43 "jest": "^25.4.0",
44 "jest-extended": "^0.11.5",
45 "nock": "^12.0.3",
46 "npm-check-updates": "^4.1.2",
47 "prettier": "^2.0.5",
48 "rimraf": "^3.0.2",
49 "ts-jest": "^25.4.0",
50 "typescript": "^3.8.3"
51 },
52 "engines": {
53 "node": ">=12.x"
54 },
55 "jest": {
56 "preset": "../../jest.config.js"
57 }
58}
\No newline at end of file