52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "replace_me",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run index.ts",
|
|
"dev": "bun run index.ts --watch",
|
|
"lint": "oxlint --fix .",
|
|
"prepare": "husky",
|
|
"prettier": "prettier --write .",
|
|
"init:prisma": "bunx prisma migrate dev --name init"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"oxlint --fix",
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.7.1",
|
|
"@commitlint/config-conventional": "^19.7.1",
|
|
"@types/lodash": "^4.17.15",
|
|
"@types/node-schedule": "^2.1.7",
|
|
"@types/uuid": "^10.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"bun-types": "^1.2.2",
|
|
"eslint": "^9.20.0",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^15.4.3",
|
|
"oxlint": "^0.11.1",
|
|
"prettier": "^3.4.2",
|
|
"typescript-eslint": "^8.23.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"dependencies": {
|
|
"@dotenvx/dotenvx": "^1.35.0",
|
|
"@egg/hooks": "^1.2.0",
|
|
"@egg/logger": "^1.6.0",
|
|
"@egg/net-tool": "^1.31.2",
|
|
"@egg/path-tool": "^1.4.1",
|
|
"@prisma/client": "^5.22.0",
|
|
"lodash": "^4.17.21",
|
|
"node-schedule": "^2.1.1",
|
|
"pocketbase": "^0.21.5",
|
|
"uuid": "^11.0.5"
|
|
}
|
|
} |