mirror of
https://github.com/alexgo-io/stacks-pyth-bridge.git
synced 2026-01-12 16:53:22 +08:00
20 lines
390 B
JSON
20 lines
390 B
JSON
{
|
|
"name": "stacks-pyth-testing",
|
|
"version": "1.0.0",
|
|
"description": "**Status**: *Alpha, do not use in production*",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "unit-tests"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@stacks/transactions": "^6.5.4",
|
|
"obscurity-sdk": "^0.0.3"
|
|
}
|
|
}
|