You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
398 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. {
  2. "name": "mumble-record",
  3. "version": "1.0.0",
  4. "description": "Mumble Record Bot in NodeJS",
  5. "main": "record.js",
  6. "private": true,
  7. "scripts": {
  8. "install": "openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out cert.pem"
  9. },
  10. "dependencies": {
  11. "lame": "*",
  12. "mumble": "*"
  13. },
  14. "engines": {
  15. "node": ">=10"
  16. },
  17. "author": "ale",
  18. "license": "MIT"
  19. }