package.json 471 B

1234567891011121314151617181920
  1. {
  2. "name": "herda",
  3. "private": true,
  4. "version": "0.0.0",
  5. "description": "Keep on top of it all with Herda",
  6. "scripts": {
  7. "build": "tsc",
  8. "dev": "ts-node src/index.ts",
  9. "start": "node out/index.js",
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "keywords": [],
  13. "author": "",
  14. "license": "SEE LICENSE IN LICENSE.md",
  15. "devDependencies": {
  16. "@types/node": "^20.10.3",
  17. "ts-node": "^10.9.1",
  18. "typescript": "^5.3.2"
  19. }
  20. }