package.json 432 B

123456789101112131415161718192021
  1. {
  2. "name": "TXlive",
  3. "version": "1.0.0",
  4. "main": "main.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "keywords": [],
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "crypto-js": "^4.2.0",
  13. "hashids": "^2.3.0"
  14. },
  15. "devDependencies": {},
  16. "repository": {
  17. "type": "git",
  18. "url": "http://192.168.101.188:3000/liveBroadcast/client_sdk.git"
  19. },
  20. "description": ""
  21. }