package.json 286 B

123456789101112131415
  1. {
  2. "name": "comment-parser",
  3. "version": "1.0.0",
  4. "main": "main.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "keywords": [],
  9. "author": "",
  10. "license": "AGPL-3.0-only",
  11. "description": "",
  12. "devDependencies": {
  13. "chai": "^5.1.1"
  14. }
  15. }