UNPKG

@stackernews/lnc-web

Version:

Lightning Node Connect npm module for web

70 lines (69 loc) 1.8 kB
{ "name": "@stackernews/lnc-web", "version": "0.3.1-alpha", "description": "Lightning Node Connect npm module for web", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "NODE_ENV=production webpack", "dev": "webpack --watch --stats-error-details", "test": "mocha --reporter spec", "prettier": "prettier --check '**/*.ts*'", "prettier-write": "prettier --check --write '**/*.ts*'", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run prettier && git add -A lib", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/stackernews/lnc-web.git" }, "keywords": [ "lightning", "lnd", "lightning-node-connect", "lnc" ], "author": "Evan Kaloudis", "bugs": { "url": "https://github.com/stackernews/lnc-web/issues" }, "homepage": "https://github.com/stackernews/lnc-web#readme", "devDependencies": { "@types/crypto-js": "4.1.1", "@types/debug": "4.1.7", "@types/node": "17.0.16", "chai": "4.3.6", "clean-webpack-plugin": "4.0.0", "mocha": "9.2.2", "node-polyfill-webpack-plugin": "1.1.4", "prettier": "2.6.0", "ts-loader": "9.2.6", "ts-node": "10.7.0", "tslint": "6.1.3", "tslint-config-prettier": "1.18.0", "typescript": "4.5.5", "webpack": "5.69.1", "webpack-cli": "4.9.2" }, "dependencies": { "@lightninglabs/lnc-core": "0.3.1-alpha", "crypto-js": "4.2.0" }, "browser": { "fs": false, "os": false, "crypto": false }, "files": [ "dist/**/*" ], "directories": { "lib": "lib", "test": "test" }, "license": "MIT" }