mpt-noirjs
Version:
Typescript suit for mpt-noir
40 lines (39 loc) • 835 B
JSON
{
"name": "mpt-noirjs",
"version": "0.3.1",
"description": "Typescript suit for mpt-noir",
"keywords": [
"mpt",
"noir"
],
"homepage": "https://github.com/RadNi/mpt-noirjs#readme",
"bugs": {
"url": "https://github.com/RadNi/mpt-noirjs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RadNi/mpt-noirjs.git"
},
"license": "MIT",
"author": "radni",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"@types/node": "^24.0.13",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {
"ethers": "^6.15.0",
"rlp": "^3.0.0"
}
}