package.json 348 B

123456789101112131415
  1. {
  2. "name": "instaserv",
  3. "version": "1.0.0",
  4. "description": "IRC bot for generating quote images",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.knacki.info/isundil/instaserv"
  12. },
  13. "author": "isundil",
  14. "license": "GPL-3.0"
  15. }