-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.44 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
44
45
46
47
{
"name": "abcx3",
"version": "1.4.0",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"upgrade:all": "pnpm up --latest -r",
"clean2": "yarn workspaces foreach run clean",
"build": "node buildScripts/build.js",
"start:dev": "node buildScripts/build-and-watch.js",
"test": "test",
"clean": "rimraf dist"
},
"private": false,
"dependencies": {
"@prisma/generator-helper": "^6.1.0"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"esbuild": "^0.24.0",
"esbuild-plugin-node-externals": "^1.0.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"prisma": "^6.1.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "~5.7.2"
},
"engines": {
"node": "18.0.0 - 24.0.0",
"npm": "^9.6.5",
"pnpm": "^9.0.0"
},
"author": {
"name": "Fredrik Borgström",
"email": "[email protected]",
"url": "https://github.com/FredrikBorgstrom"
},
"workspaces": [
"libs/*"
],
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}