-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 955 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@monkee/nestjs-starter-perf-test",
"description": "@monkee/nestjs-starter perf tests",
"version": "0.1.0",
"main": "src/index.ts",
"scripts": {
"start:dev:ref": "APP_ENTRY=reference ts-node src/index.ts",
"start:dev:starter": "APP_ENTRY=starter ts-node src/index.ts",
"build": "tsc",
"lint": "eslint \"{src,test}/**/*.ts\"",
"lint:fix": "eslint \"{src,test}/**/*.ts\" --fix"
},
"dependencies": {
"@monkee/nestjs-starter": "^0.5.9",
"@monkee/turbo-config": "^2.0.0",
"@nestjs/swagger": "^7.3.1",
"class-validator": "^0.13.2"
},
"devDependencies": {
"@monkee/eslint-config": "0.9.16",
"@types/node": "20.3.1",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"eslint": "8.45.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.8.8",
"ts-node": "10.9.1",
"typescript": "5.1.6"
}
}