Files
trackgo-be/skills-lock.json
shancheas 289ab1006e Initialize NestJS project with essential configuration files and structure
- Added .env.example for application timezone configuration.
- Created .gitignore to exclude unnecessary files and directories.
- Introduced Prettier configuration in .prettierrc for code formatting.
- Set up ESLint configuration in eslint.config.mjs for code quality checks.
- Added nest-cli.json for NestJS project settings.
- Created package.json with project dependencies and scripts for building, testing, and running the application.
- Generated pnpm-lock.yaml for package management.
- Added README.md with project description and setup instructions.
- Created initial application structure with AppModule, AppController, and AppService.
- Implemented basic unit and e2e tests for the application.
2026-08-20 18:31:33 +07:00

18 lines
534 B
JSON

{
"version": 1,
"skills": {
"drizzle": {
"source": "lobehub/lobehub",
"sourceType": "github",
"skillPath": ".agents/skills/drizzle/SKILL.md",
"computedHash": "c826b51d435fb0448f10309f00979b9be62ea380505166234b816fd617cd1a93"
},
"nestjs-best-practices": {
"source": "kadajett/agent-nestjs-skills",
"sourceType": "github",
"skillPath": "skills/nestjs-best-practices/SKILL.md",
"computedHash": "58f8a630637be3acce1f118c747d68160346ada8a43d76cb52a5b4c4edaa2d37"
}
}
}