bsv-p2p-wallet-uat
Version:
A Bitcoin SV Wallet Library
89 lines (88 loc) • 2.24 kB
JSON
{
"author": "Umesh",
"bugs": {
"url": "https://github.com/MyBanka/BsvWallet/issues"
},
"dependencies": {
"axios": "^0.27.2",
"bsv": "^1.5.6",
"bsv-wallet-99": "^1.1.9",
"cors": "^2.8.5",
"fs": "^0.0.1-security",
"node-localstorage": "^2.2.1"
},
"deprecated": false,
"description": "A Bitcoin SV Wallet Library",
"devDependencies": {
"@parcel/packager-ts": "^2.7.0",
"@parcel/transformer-typescript-types": "^2.7.0",
"@types/node": "^18.6.5",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typescript": "^4.7.4",
"util": "^0.12.4"
},
"files": [
"lib/**/*"
],
"homepage": "https://github.com/Spirinova-Technologies/bsv-p2p-wallet",
"keywords": [
"javascript",
"bsv",
"wallet",
"bitcoin",
"whitepaper",
"satoshi",
"P2P",
"blockchain",
"transaction",
"easy",
"simple"
],
"license": "ISC",
"main": "lib/index.js",
"module": "lib/module.js",
"name": "bsv-p2p-wallet-uat",
"repository": {
"type": "git",
"url": "git+https://github.com/Spirinova-Technologies/bsv-p2p-wallet.git"
},
"scripts": {
"build": "tsc && npm run build:browser",
"build:browser": "npx parcel lib/index.js --dist-dir lib/browser",
"buildexp": "npx parcel build --target browseryep",
"dev": "tsc --watch",
"dev:notworking": "parcel watch src/index.ts",
"pack": "webpack",
"test": "node test/test.js",
"test:notworking": "concurrently \"parcel watch test/index.ts --dist-dir test/dist\" \"nodemon test/dist/index.js\""
},
"source": "src/index.ts",
"targets": {
"browseryep": {
"isLibrary": true,
"context": "browser",
"outputFormat": "commonjs",
"engines": {
"browsers": "> 20%, last 2 versions, not dead, not ie < 10"
}
}
},
"types": "lib/index.d.ts",
"version": "1.0.0",
"directories": {
"lib": "lib"
},
"jest": {
"verbose": true,
"testEnvironment": "jsdom"
}
}