{ "name": "@blockstack/test", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "ts-node index.ts" }, "keywords": [], "author": "Matthew Little", "license": "ISC", "dependencies": { "@stacks/transactions": "^1.0.0-beta.20", "@types/node": "^14.14.14", "@types/node-fetch": "^2.5.7", "c32check": "^1.1.2", "node-fetch": "^2.6.1", "ts-node": "^9.1.1", "typescript": "^4.1.3" } }