UNPKG

@l2-technology/sensei-client

Version:
37 lines (36 loc) 923 B
{ "name": "@l2-technology/sensei-client", "version": "0.1.25", "description": "A javascript client for the Sensei HTTP API", "main": "src/index.js", "types": "src/index.d.ts", "type": "commonjs", "homepage": "https://github.com/L2-Technology/sensei-client-js", "repository": { "type": "git", "url": "git+https://github.com/L2-Technology/sensei-client-js.git" }, "scripts": { "format": "prettier --write \"src/**/*.js\"", "prepublishOnly": "npm test", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "test": "jest --config jestconfig.json" }, "files": [ "src/**/*" ], "author": "John Cantrell <john@l2.technology>", "license": "ISC", "keywords": [ "l2", "sensei", "lightning", "bitcoin" ], "devDependencies": { "@types/jest": "^27.4.0", "jest": "^27.5.0", "prettier": "^2.5.1" } }