-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "back0-generator",
"version": "1.0.0",
"packageManager": "[email protected]",
"license": "MIT",
"main": "lib/bin.js",
"bin": "lib/bin.js",
"scripts": {
"build": "rm -Rf ./lib && tsc",
"format": "prettier --write './**/*.{ts,cts,mts,js,cjs,mjs,json,yml}'",
"lint": "eslint .",
"test": "jest"
},
"dependencies": {
"@prisma/generator-helper": "5.13.0",
"lodash": "4.17.21",
"pluralize": "8.0.0",
"ts-morph": "22.0.0"
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/lodash": "4.17.1",
"@types/node": "20.11.27",
"@types/pluralize": "0.0.33",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"jest": "29.7.0",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.4.2"
}
}