UNPKG

@0xcert/ethereum-sandbox

Version:

Test server for local running testing of modules on the Ethereum blockchain.

92 lines (91 loc) 2.11 kB
{ "name": "@0xcert/ethereum-sandbox", "version": "2.1.1", "description": "Test server for local running testing of modules 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 hayspec test" }, "hayspec": { "require": [ "ts-node/register" ], "match": [ "./src/tests/**/*.test.ts" ] }, "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": { "@hayspec/cli": "0.10.0", "@hayspec/spec": "0.10.0", "@types/node": "14.14.20", "nyc": "15.1.0", "supertest": "6.0.1", "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-gateway-contracts": "2.1.1", "@0xcert/ethereum-erc20-contracts": "2.1.1", "@0xcert/ethereum-erc721-contracts": "2.1.1", "@0xcert/ethereum-proxy-contracts": "2.1.1", "@0xcert/ethereum-xcert-contracts": "2.1.1", "ganache-core": "2.13.2" } }