this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cleanup

alice 95c7a8d6 cc66ba4a

-40
-40
package2.json
··· 1 - { 2 - "name": "name-goes-here", 3 - "version": "1.0.0", 4 - "description": "description-goes-here", 5 - "main": "src/index.ts", 6 - "type": "module", 7 - "scripts": { 8 - "start": "bunx tsx src/index.ts", 9 - "dev": "bunx --watch src/index.ts", 10 - "format": "bunx prettier --write .", 11 - "lint": "bunx eslint .", 12 - "lint:fix": "bunx eslint --fix .", 13 - "prepare": "husky" 14 - }, 15 - "dependencies": { 16 - "dotenv": "^16.4.5", 17 - "fastify": "^5.0.0", 18 - "husky": "^9.1.6", 19 - "lint-staged": "^15.2.10", 20 - "pino": "^9.5.0", 21 - "pino-pretty": "^11.3.0", 22 - "prom-client": "^15.1.3" 23 - }, 24 - "devDependencies": { 25 - "@eslint/js": "^9.13.0", 26 - "@trivago/prettier-plugin-sort-imports": "^4.3.0", 27 - "@types/eslint__js": "^8.42.3", 28 - "@types/node": "^22.8.4", 29 - "eslint": "^9.13.0", 30 - "prettier": "^3.3.3", 31 - "tsx": "^4.19.2", 32 - "typescript": "^5.6.3", 33 - "typescript-eslint": "^8.12.2" 34 - }, 35 - "lint-staged": { 36 - "*": "prettier --ignore-unknown --write --ignore-path .prettierignore" 37 - }, 38 - "author": "alice", 39 - "license": "MIT" 40 - }