UNPKG

@0xcert/ethereum-value-ledger

Version:

Value ledger module for currency management on the Ethereum blockchain.

104 lines (103 loc) 2.24 kB
{ "name": "@0xcert/ethereum-value-ledger", "version": "2.1.1", "description": "Value ledger module for currency management on the Ethereum blockchain.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "npm run clean && npx tsc", "clean": "rm -Rf ./dist", "lint": "npx eslint 'src/**/*.ts?(x)'", "test": "npm run lint && npx nyc npx specron test" }, "specron": { "test": { "port": 8517, "match": [ "./src/tests/**/*.test.ts" ] }, "flattener": { "build": "./build", "match": [ "./src/**/*.sol" ], "severities": [ "error", "warning" ] }, "require": [ "ts-node/register" ] }, "nyc": { "extension": [ ".ts" ], "require": [ "ts-node/register" ], "exclude": [ "src/tests" ] }, "repository": { "type": "git", "url": "git+https://github.com/0xcert/framework.git" }, "bugs": { "url": "https://github.com/0xcert/framework/issues" }, "homepage": "https://github.com/0xcert/framework#readme", "keywords": [ "0xcert", "framework", "protocol", "asset", "value", "values", "currency", "token", "non-fungible", "fungible", "erc-721", "erc-20", "blockchain", "javascript", "typescript", "nodejs", "vuejs", "nuxtjs", "npm", "libraries", "smart-contract", "ethereum", "zxc" ], "license": "MIT", "devDependencies": { "@specron/cli": "0.17.3", "@specron/spec": "0.17.3", "@specron/flattener": "0.17.3", "@0xcert/ethereum-sandbox": "2.1.1", "nyc": "15.1.0", "solc": "0.8.0", "ts-node": "9.1.1", "@typescript-eslint/eslint-plugin": "4.13.0", "@typescript-eslint/parser": "4.13.0", "eslint-config-prettier": "7.1.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsdoc": "31.0.3", "eslint-plugin-unicorn": "26.0.0", "eslint": "7.17.0", "typescript": "4.1.3", "web3": "1.3.1" }, "dependencies": { "@0xcert/ethereum-generic-provider": "2.1.1", "@0xcert/ethereum-utils": "2.1.1", "@0xcert/scaffold": "2.1.1", "@0xcert/utils": "2.1.1" } }