UNPKG

clvm_tools

Version:

Javascript implementation of clvm_tools

74 lines 1.84 kB
{ "name": "clvm_tools", "version": "0.9.5", "author": "ChiaMineJP <admin@chiamine.jp>", "description": "Javascript implementation of clvm_tools", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Chia-Mine/clvm_tools-js.git" }, "bugs": "https://github.com/Chia-Mine/clvm_tools-js/issues", "main": "./index.js", "typings": "./index.d.ts", "bin": { "clvm_tools": "./bin/cli.js" }, "scripts": { "build": "node pre_build.js && tsc --sourcemap false && webpack", "test": "jest", "gen-bench": "node ./costs/generate-benchmark.js", "run-bench": "node ./costs/run-benchmark.js", "ana-bench": "node ./costs/analyze-benchmark.js" }, "keywords": [ "chia", "clvm", "chialisp", "clvm_tools", "typescript" ], "engines": { "node": ">=12.22.0" }, "dependencies": { "clvm": "^1.0.9", "clvm_rs": "^0.1.15" }, "devDependencies": { "@types/jest": "^26.0.23", "@types/node": "^15.0.2", "@types/tmp": "^0.2.0", "@typescript-eslint/eslint-plugin": "^4.1.0", "@typescript-eslint/parser": "^4.1.0", "eslint": "^7.8.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsdoc": "^30.4.1", "fork-ts-checker-webpack-plugin": "^6.2.12", "glob": "^7.1.7", "jest": "^27.0.6", "shlex": "^2.1.0", "terser-webpack-plugin": "^5.1.3", "tmp": "^0.2.1", "ts-jest": "^27.0.3", "ts-loader": "^9.2.3", "typescript": "^4.2.4", "webpack": "^5.39.1", "webpack-cli": "^4.7.2" }, "browserslist": [ "edge >= 79", "firefox >= 68", "chrome >= 67", "safari > 14", "opera >= 54", "ios_saf >= 14.4", "android >= 67", "op_mob >= 48", "and_chr >= 67", "and_ff >= 68", "samsung >= 9.2", "node >= 10.4.0", "electron >= 4.0.0" ] }