{ "name": "tezos-token-tantrum", "version": "0.0.1", "description": "Tezos Token Tantrum", "scripts": { "postinstall": "npm run build", "build": "tsc *.ts", "start": "node index.js" }, "author": "anonymoussprocket", "license": "UNLICENSED", "engines": { "node": ">=12.14.x", "npm": ">=6.13.x" }, "homepage": "https://gist.github.com/anonymoussprocket", "dependencies": { "conseiljs": "0.4.0-beta" }, "devDependencies": { "typescript": "3.7.5" } }