UNPKG

n8n-nodes-wax

Version:

n8n Community Node Package for the WAX Blockchain

46 lines (45 loc) 1.37 kB
{ "name": "@waxio/waxjs", "version": "0.0.15", "description": "Javascript API for integration with the WAX Cloud Wallet.", "scripts": { "build": "tsc", "build-web": "webpack --config webpack.prod.js", "prettier": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "test": "npm run lint && mocha -r ts-node/register test/**/*.test.ts", "docs": "typedoc --excludePrivate --exclude src/waxEventSource.ts --out docs src", "serve": "serve -s dist-web", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run prettier && git add -A src", "postversion": "git push && git push --tags" }, "author": "WAX", "homepage": "https://github.com/worldwide-asset-exchange/waxjs#readme", "license": "MIT", "devDependencies": { "@types/chai": "^4.2.3", "@types/mocha": "^5.2.7", "@types/node": "^12.7.5", "chai": "^4.2.0", "mocha": "^6.2.0", "prettier": "^1.18.2", "ts-loader": "^6.1.0", "ts-node": "^8.4.1", "tslint": "^5.20.0", "tslint-config-prettier": "^1.18.0", "typedoc": "^0.15.0", "typescript": "^3.6.3", "webpack": "^4.40.3", "webpack-cli": "^3.3.9", "serve": "^11.1.0" }, "dependencies": { "eosjs": "^20.0.0" }, "files": [ "dist" ] }