Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
40 prioritized NestJS best practices across architecture, DI, security, performance, testing, and microservices.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
scripts/package.json
1{2"name": "nestjs-best-practices-scripts",3"version": "1.0.0",4"type": "module",5"description": "Build scripts for NestJS Best Practices skillset",6"scripts": {7"build": "npx ts-node build-agents.ts",8"build:watch": "npx nodemon --watch ../rules --ext md --exec 'npx ts-node build-agents.ts'"9},10"devDependencies": {11"typescript": "^5.0.0",12"ts-node": "^10.9.0",13"@types/node": "^20.0.0"14}15}16