mirror of
https://github.com/alexgo-io/stacks-pyth-bridge.git
synced 2026-01-12 08:34:44 +08:00
22 lines
578 B
JSON
22 lines
578 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": "vitest run -c ./node_modules/obscurity-sdk/vitest.config.js",
|
|
"test:coverage": "vitest run -c ./node_modules/obscurity-sdk/vitest.config.js -- --clarity-coverage true"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@stacks/transactions": "^6.5.4",
|
|
"obscurity-sdk": "^0.4.0-rc6",
|
|
"vitest": "^0.34.1"
|
|
}
|
|
}
|