UNPKG

cashtab-connect

Version:

A developer-friendly API for integrating with the Cashtab browser extension

51 lines (50 loc) 1.48 kB
{ "name": "cashtab-connect", "version": "1.1.0", "description": "A developer-friendly API for integrating with the Cashtab browser extension", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "src/", "dist/" ], "scripts": { "build": "tsc", "prepublish": "npm run build", "test": "mocha -r ts-node/register test/test.ts --exit", "start": "cd demo && npm start", "format": "prettier --write .", "lint": "eslint . --ext .js,.jsx,.ts,.tsx && prettier --check ." }, "repository": { "type": "git", "url": "git+https://github.com/Bitcoin-ABC/bitcoin-abc.git", "directory": "modules/cashtab-connect" }, "keywords": [ "cashtab", "ecash", "bitcoin", "wallet", "extension", "browser", "integration" ], "author": "Bitcoin ABC", "license": "MIT", "bugs": { "url": "https://github.com/Bitcoin-ABC/bitcoin-abc/issues" }, "homepage": "https://github.com/Bitcoin-ABC/bitcoin-abc/tree/master/modules/cashtab-connect#readme", "devDependencies": { "@types/chai": "^4.2.22", "@types/mocha": "^9.1.1", "@types/node": "^24.0.10", "chai": "^4.3.4", "mocha": "^9.1.3", "mocha-junit-reporter": "^2.2.1", "prettier": "^2.5.1", "ts-node": "^10.4.0", "typescript": "^4.5.2" } }