UNPKG

@bsv/overlay-express

Version:
77 lines (76 loc) 2.04 kB
{ "name": "@bsv/overlay-express", "version": "0.7.10", "type": "module", "description": "BSV Blockchain Overlay Express", "main": "dist/cjs/mod.js", "module": "dist/esm/mod.js", "types": "dist/types/mod.d.ts", "files": [ "dist", "src", "docs", "mod.ts", "LICENSE.txt" ], "exports": { ".": { "types": "./dist/types/mod.d.ts", "import": "./dist/esm/mod.js", "require": "./dist/cjs/mod.js" }, "./*.ts": { "types": "./dist/types/src/*.d.ts", "import": "./dist/esm/src/*.js", "require": "./dist/cjs/src/*.js" } }, "scripts": { "test": "echo \"No tests implemented yet\"", "lint": "ts-standard --fix src/**/*.ts", "lint:ci": "ts-standard src/**/*.ts", "build": "tsc -b && tsconfig-to-dual-package tsconfig.cjs.json", "dev": "tsc -b -w", "prepublish": "npm run build", "doc": "ts2md --inputFilename=mod.ts --outputFilename=API.md --filenameSubstring=API --firstHeadingLevel=1", "demo": "rm -r dist && npm run build && npx tsx demo-ui.ts" }, "repository": { "type": "git", "url": "git+https://github.com/bsv-blockchain/overlay-express.git" }, "keywords": [ "BSV", "Blockchain", "Overlay", "Bitcoin", "SV" ], "author": "BSV Association", "license": "SEE LICENSE IN LICENSE.txt", "bugs": { "url": "https://github.com/bsv-blockchain/overlay-express/issues" }, "homepage": "https://github.com/bsv-blockchain/overlay-express#readme", "devDependencies": { "@types/express": "^5.0.0", "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-standard": "^12.0.2", "ts2md": "^0.2.0", "tsconfig-to-dual-package": "^1.2.0", "typescript": "^5.2.2" }, "dependencies": { "@bsv/overlay": "^0.4.6", "@bsv/overlay-discovery-services": "^1.4.2", "@bsv/sdk": "^1.6.20", "body-parser": "^1.20.3", "chalk": "^5.3.0", "express": "^4.21.1", "knex": "^3.1.0", "mongodb": "^6.11.0", "uuid": "^11.0.5" } }