package.json 262 B

12345678910111213
  1. {
  2. "name": "byreal-watcher",
  3. "version": "1.0.0",
  4. "description": "",
  5. "license": "ISC",
  6. "author": "",
  7. "type": "module",
  8. "main": "index.mjs",
  9. "scripts": {
  10. "start": "node index.mjs",
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. }
  13. }