-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 965 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
32
33
34
35
36
37
38
{
"name": "@verrou/monorepo",
"type": "module",
"version": "0.0.0",
"description": "Verrou monorepo",
"author": "Julien Ripouteau <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=18.16.0"
},
"scripts": {
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"checks": "pnpm lint && pnpm typecheck"
},
"devDependencies": {
"@adonisjs/tsconfig": "^1.4.0",
"@japa/assert": "3.0.0",
"@japa/expect-type": "2.0.2",
"@japa/file-system": "2.3.0",
"@japa/runner": "3.1.4",
"@julr/tooling-configs": "2.2.0",
"@swc/core": "1.7.26",
"@types/node": "^20.16.5",
"c8": "^10.1.2",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"typescript": "~5.6.2"
},
"prettier": "@julr/tooling-configs/prettier"
}