-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1008 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1008 Bytes
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
{
"name": "@verrou/monorepo",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@10.24.0",
"description": "Verrou monorepo",
"author": "Julien Ripouteau <julien@ripouteau.com>",
"license": "MIT",
"engines": {
"node": ">=18.16.0"
},
"scripts": {
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"checks": "pnpm lint && pnpm typecheck"
},
"devDependencies": {
"@adonisjs/tsconfig": "^1.4.1",
"@japa/assert": "^4.1.1",
"@japa/expect-type": "^2.0.3",
"@japa/file-system": "^2.3.2",
"@japa/runner": "^4.4.0",
"@julr/tooling-configs": "^4.0.0",
"@swc/core": "^1.15.3",
"@types/node": "^24.10.1",
"c8": "^10.1.3",
"copyfiles": "^2.4.1",
"cross-env": "^10.1.0",
"del-cli": "^7.0.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
"prettier": "^3.7.4",
"release-it": "^19.0.6",
"ts-node": "^10.9.2",
"tsup": "^8.5.1",
"typescript": "~5.9.3"
},
"prettier": "@julr/tooling-configs/prettier"
}