UNPKG

jcc_rpc

Version:
65 lines (64 loc) 1.53 kB
{ "name": "jcc_rpc", "version": "0.3.3", "description": "rpc api of jcc", "files": [ "lib" ], "main": "lib/index.js", "scripts": { "build": "tsc -p tsconfig.json", "deploy": "./publish.sh", "lint": "eslint \"src/**/*.ts\"", "test": "npm run test:node", "test:node": "tsc && c8 --reporter=lcov --reporter=html --reporter=text mocha --timeout=3000 test/*.spec.js", "tslint": "npm run lint", "pretty": "prettier --write \"{src,test}/**/*.{js,ts}\"" }, "repository": { "type": "git", "url": "git+https://github.com/JCCDex/jcc_rpc.git" }, "keywords": [ "rpc", "api", "jcc", "decentralized", "cross-chain", "exchange" ], "author": "JCCDex", "license": "MIT", "bugs": { "url": "https://github.com/JCCDex/jcc_rpc/issues" }, "homepage": "https://github.com/JCCDex/jcc_rpc#readme", "dependencies": { "axios": "^1.16.0", "jcc_common": "^0.1.1" }, "overrides": { "@mapbox/node-pre-gyp": { "tar": "^7.5.13" }, "mocha": { "diff": "^8.0.4", "serialize-javascript": "^7.0.5" } }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^25.6.0", "@typescript-eslint/eslint-plugin": "^8.59.2", "@typescript-eslint/parser": "^8.59.2", "axios-mock-adapter": "^2.1.0", "c8": "^10.1.3", "chai": "^4.5.0", "eslint": "^10.3.0", "globals": "^17.6.0", "mocha": "^11.7.5", "prettier": "^3.8.3", "sinon": "^21.1.2", "typescript": "^6.0.3" } }