@hirosystems/chainhook-client
Version:
Chainhook TypeScript client
57 lines (56 loc) • 1.5 kB
JSON
{
"name": "@hirosystems/chainhook-client",
"version": "2.4.0",
"description": "Chainhook TypeScript client",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "rimraf ./dist && tsc --project tsconfig.build.json",
"test": "jest --runInBand",
"prepublishOnly": "npm run build"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hirosystems/chainhook.git"
},
"keywords": [
"chainhook",
"client",
"stacks",
"bitcoin",
"ordinals"
],
"author": "Hiro Systems PBC <engineering@hiro.so> (https://hiro.so)",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/hirosystems/chainhook/issues"
},
"homepage": "https://github.com/hirosystems/chainhook#readme",
"prettier": "@stacks/prettier-config",
"devDependencies": {
"@stacks/eslint-config": "^1.2.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.7",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"babel-jest": "^29.5.0",
"eslint": "^8.36.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17",
"jest": "^29.5.0",
"prettier": "^2.8.7",
"rimraf": "^4.4.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
"dependencies": {
"@fastify/type-provider-typebox": "^3.2.0",
"fastify": "^4.15.0",
"pino": "^8.11.0",
"undici": "^5.21.2"
}
}