|
| 1 | +{ |
| 2 | + "name": "durian.js", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Run NestJS on Bun Blazingly Fast", |
| 5 | + "author": "mario-huang", |
| 6 | + "license": "MIT", |
| 7 | + "keywords": [ |
| 8 | + "durian", |
| 9 | + "durianjs", |
| 10 | + "nest", |
| 11 | + "nestjs", |
| 12 | + "bun" |
| 13 | + ], |
| 14 | + "scripts": { |
| 15 | + "build": "durian build", |
| 16 | + "start": "durian start", |
| 17 | + "start:debug": "durian start:debug", |
| 18 | + "start:dev": "durian start:dev", |
| 19 | + "start:prod": "durian start:prod", |
| 20 | + "compile": "durian compile", |
| 21 | + "compile:linux-x64": "durian compile:linux-x64", |
| 22 | + "compile:linux-arm64": "durian compile:linux-arm64", |
| 23 | + "compile:windows-x64": "durian compile:windows-x64", |
| 24 | + "compile:darwin-x64": "durian compile:darwin-x64", |
| 25 | + "compile:darwin-arm64": "durian compile:darwin-arm64", |
| 26 | + "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", |
| 27 | + "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", |
| 28 | + "test": "durian test", |
| 29 | + "test:watch": "durian test:watch", |
| 30 | + "test:cov": "durian test:cov", |
| 31 | + "test:debug": "durian test:debug", |
| 32 | + "test:e2e": "durian test:e2e" |
| 33 | + }, |
| 34 | + "dependencies": { |
| 35 | + "durian.js": "~1.0.0", |
| 36 | + "@nestjs/platform-fastify": "~10.4.0" |
| 37 | + } |
| 38 | +} |
0 commit comments