stacks-pay
Version:
A Payment Request Standard for Stacks Blockchain Payments
42 lines (41 loc) • 854 B
JSON
{
"name": "stacks-pay",
"version": "0.0.4",
"description": "A Payment Request Standard for Stacks Blockchain Payments",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/dantrevino/stacks-pay-js.git"
},
"keywords": [
"Stacks",
"Blockchain",
"Payment",
"Standard",
"Bech32m"
],
"author": "Dan Trevino <dantrevino@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/bech32": "^1.1.8",
"bech32": "^2.0.0",
"c32check": "^2.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
}
}