123456789101112131415161718192021222324 |
- {
- "name": "herda",
- "private": true,
- "version": "0.0.0",
- "description": "Keep on top of it all with Herda",
- "scripts": {
- "build": "tsc",
- "dev": "ts-node src/index.ts",
- "lint": "eslint --ext .ts src",
- "start": "node out/index.js",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "SEE LICENSE IN LICENSE.md",
- "devDependencies": {
- "@types/node": "^20.10.3",
- "@typescript-eslint/eslint-plugin": "^6.13.2",
- "@typescript-eslint/parser": "^6.13.2",
- "eslint": "^8.55.0",
- "ts-node": "^10.9.1",
- "typescript": "^5.3.2"
- }
- }
|