package.json 216 B

1234567891011
  1. {
  2. "name": "aoc-js-2024",
  3. "version": "1.0.0",
  4. "description": "",
  5. "type": "module",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Apis Necros",
  10. "license": "MIT"
  11. }