UNPKG

@cityofzion/neon-ledger

Version:

Neon Ledger integration for Node.js

56 lines (55 loc) 1.6 kB
{ "name": "@cityofzion/neon-ledger", "description": "Neon Ledger integration for Node.js", "version": "5.7.0", "repository": { "type": "git", "url": "git+https://github.com/CityOfZion/neon-js.git" }, "publishConfig": { "access": "public" }, "keywords": [ "neo", "antshares", "javascript", "libraries" ], "author": "Yak Jun Xiang <snowypowers@gmail.com> (https://github.com/snowypowers)", "license": "MIT", "main": "dist/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "ae": "api-extractor run --local", "build": "tsc -b", "dist": "tsc -m commonjs --outDir dist", "dist:prod": "tsc -m commonjs --outDir dist", "clean": "rimraf ./lib ./dist ./temp tsconfig.tsbuildinfo", "prepublishOnly": "npm run clean && npm run build && npm run dist:prod", "lint": "eslint src/**/*.ts __tests__/**/*.ts", "pretty": "prettier --write --loglevel=warn \"./{src,__{tests,integration}__}/**/*.ts\"", "start": "jest --watch", "test": "jest", "test:integration": "jest /packages/.*/__integration__/.*", "test:unit": "jest /packages/.*/__tests__/.*", "test:node": "node test.node.js" }, "dependencies": { "@ledgerhq/hw-transport": "6.31.4", "@types/lodash": "^4.14.191" }, "peerDependencies": { "@cityofzion/neon-core": "^5.6.0" }, "files": [ "lib/", "dist/", "typings/" ], "devDependencies": { "@cityofzion/neon-js": "^5.7.0", "@ledgerhq/hw-transport-node-hid": "6.29.5" }, "gitHead": "8c66415cfd61b336651f5f2d147fe248020379b6" }