UNPKG

sphinx-bridge

Version:

Embed apps within Sphinx

30 lines (29 loc) 632 B
{ "name": "sphinx-bridge", "version": "0.3.2", "description": "Embed apps within Sphinx", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "build-web": "tsc && webpack", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "sphinx", "bitcoin", "lightning" ], "author": "Evan Feenstra", "license": "ISC", "devDependencies": { "@types/node": "^22.0.0", "terser-webpack-plugin": "^4.0.0", "typescript": "^5.7.0", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "dependencies": { "invoices": "^2.1.0" } }