@vechain/connex.driver-nodejs
Version:
Connex framework driver implementation in NodeJS
48 lines (47 loc) • 1.23 kB
JSON
{
"name": "@vechain/connex.driver-nodejs",
"version": "1.2.0-beta6",
"description": "Connex framework driver implementation in NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist/;tsc -p .",
"lint": "tslint -p .",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vechain/connex.driver-nodejs.git"
},
"keywords": [
"Connex",
"Driver",
"NodeJS",
"VeChain"
],
"author": "qianbin",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/vechain/connex.driver-nodejs/issues"
},
"homepage": "https://github.com/vechain/connex.driver-nodejs#readme",
"devDependencies": {
"@types/lru-cache": "^5.1.0",
"@types/ws": "^6.0.1",
"ts-node": "^8.2.0",
"tslint": "^5.17.0",
"typescript": "^3.5.1"
},
"dependencies": {
"@vechain/connex": "^1.4.0",
"@vechain/connex.driver": "^1.1.0",
"@vechain/json-rpc": "^1.0.0-beta4",
"axios": "^0.19.0",
"bignumber.js": "^9.0.0",
"isomorphic-ws": "^4.0.1",
"lru-cache": "^5.1.1",
"thor-devkit": "^1.2.3",
"ws": "^7.1.0"
}
}