@bsv/sdk
Version:
BSV Blockchain Software Development Kit
69 lines • 1.81 kB
JSON
{
"name": "@bsv/sdk",
"version": "1.6.22",
"type": "commonjs",
"description": "BSV Blockchain Software Development Kit",
"files": [
"dist",
"src",
"docs",
"mod.ts",
"LICENSE.txt"
],
"scripts": {
"test": "npm run build && jest",
"test:watch": "npm run build && jest --watch",
"test:coverage": "npm run build && jest --coverage",
"lint:ci": "ts-standard src/**/*.ts",
"lint": "ts-standard --fix src/**/*.ts",
"build": "npm run build:ts && npm run build:umd",
"build:ts": "tsc -b && tsconfig-to-dual-package tsconfig.cjs.json",
"build:umd": "rspack --config rspack.config.js",
"dev": "tsc -b -w",
"prepublish": "npm run build",
"doc": "ts2md",
"docs:serve": "mkdocs serve",
"docs:build": "mkdocs build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bsv-blockchain/ts-sdk.git"
},
"keywords": [
"BSV",
"Blockchain",
"SDK",
"Bitcoin",
"SV"
],
"author": "BSV Blockchain Association",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/bsv-blockchain/ts-sdk/issues"
},
"homepage": "https://github.com/bsv-blockchain/ts-sdk#readme",
"devDependencies": {
"@eslint/js": "^9.23.0",
"@jest/globals": "^29.7.0",
"@rspack/cli": "^1.4.9",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.14",
"eslint": "^9.23.0",
"globals": "^16.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.3.1",
"ts-loader": "^9.5.2",
"ts-standard": "^12.0.2",
"ts2md": "^0.2.8",
"tsconfig-to-dual-package": "^1.2.0",
"typescript": "5.1",
"typescript-eslint": "^8.29.0"
},
"ts-standard": {
"project": "tsconfig.eslint.json",
"ignore": [
"dist"
]
}
}