autrace
Version:
Account Update analyser for MINA
66 lines (65 loc) • 1.58 kB
JSON
{
"name": "autrace",
"version": "0.0.25",
"description": "Account Update analyser for MINA",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"bin": {
"aucli": "build/src/aucli.js"
},
"files": [
"build",
"README.md",
"LICENSE"
],
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ronykris/mina-account-update.git"
},
"keywords": [
"mina-protocol",
"o1js",
"zkapp",
"blockchain",
"transaction-tracing",
"account-updates",
"visualization",
"debugging",
"development-tools",
"smart-contracts",
"zkapp-development",
"mina-debugging",
"transaction-visualization",
"blockchain-analysis",
"developer-tools",
"zero-knowledge",
"zk-tools"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"version": "npm run build && git add .",
"prepublishOnly": "npm run build && git push && git push --tags",
"postversion": "git push && git push --tags",
"aucli": "node ./build/src/aucli.js --tx 5JtfKFZWH2sdVGL8U93nxD5cQDZuRaNyj3pCvgQHKTLqXQVFBTid"
},
"author": "0xkrish",
"license": "MIT",
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^22.13.0",
"@types/yargs": "^17.0.33",
"typescript": "^5.7.3"
},
"dependencies": {
"@mermaid-js/mermaid-cli": "^11.4.2",
"axios": "^1.8.1",
"d3": "^7.9.0",
"dotenv": "^16.4.7",
"jsdom": "^26.0.0",
"sharp": "^0.33.5",
"yargs": "^17.7.2",
"o1js": "^2.3.0"
}
}