mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
22 lines
461 B
JSON
22 lines
461 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|