package.json 412 B

1234567891011121314151617181920
  1. {
  2. "name": "4play",
  3. "version": "1.0.0",
  4. "description": "",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://git.lolcat.ca/lolcat/4get/"
  8. },
  9. "license": "AGPL-3.0-only",
  10. "author": "lolcat",
  11. "type": "commonjs",
  12. "main": "page-render.js",
  13. "scripts": {
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "dependencies": {
  17. "@lawlers/4play": "^1.2.5",
  18. "ws": "^8.21.2"
  19. }
  20. }