mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 22:43:34 +08:00
32 lines
958 B
JSON
32 lines
958 B
JSON
{
|
|
"name": "@stacks/blockchain-api-utils",
|
|
"version": "0.1.0",
|
|
"description": "Utilities for Stacks Blockchain API",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "rimraf ./lib && npm run build:node",
|
|
"build:node": "tsc",
|
|
"start": "node ./lib/utils/src/index.js",
|
|
"address-cache-test": "npm run build && NODE_ENV=production node --expose-gc ./lib/utils/src/addr-lru-cache-test.js",
|
|
"chaintip-cache-control-test": "npm run build && node ./lib/utils/src/chaintip-cache-control-test.js"
|
|
},
|
|
"prettier": "@stacks/prettier-config",
|
|
"dependencies": {
|
|
"bignumber.js": "^9.0.1",
|
|
"dotenv": "^10.0.0",
|
|
"extra-bigint": "0.0.62",
|
|
"getopts": "^2.3.0",
|
|
"node-fetch": "^2.6.6",
|
|
"pg": "^8.2.1",
|
|
"pg-copy-streams": "^5.1.1",
|
|
"pg-cursor": "^2.6.0",
|
|
"pg-listen": "^1.7.0",
|
|
"table": "^6.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pg": "^8.6.1",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^4.4.2"
|
|
}
|
|
}
|