UNPKG

sphinx-bot

Version:

Sphinx chat bots

38 lines (37 loc) 865 B
{ "name": "sphinx-bot", "version": "0.3.4", "description": "Sphinx chat bots", "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": { "terser-webpack-plugin": "^4.0.0", "typescript": "^3.9.7", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "dependencies": { "@types/cors": "^2.8.7", "@types/express": "^4.17.8", "@types/node-fetch": "^2.5.7", "body-parser": "^1.19.0", "cors": "^2.8.5", "eventemitter3": "^4.0.7", "express": "^4.17.1", "isomorphic-dompurify": "^0.6.0", "node-fetch": "^2.6.1", "short-uuid": "^4.2.0" } }