-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 829 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 829 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
{
"name": "@nemoventures/adonis-jobs-monorepo",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@10.28.2",
"prettier": "@julr/tooling-configs/prettier",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "pnpm -r typecheck",
"test": "pnpm -r test",
"build": "pnpm run -r build",
"release": "pnpm run build && changeset publish"
},
"devDependencies": {
"@adonisjs/tsconfig": "^1.4.1",
"@changesets/cli": "^2.29.8",
"@julr/tooling-configs": "^4.0.0",
"@swc/core": "^1.15.11",
"@types/node": "^25.1.0",
"c8": "^10.1.3",
"copyfiles": "^2.4.1",
"dotenv": "^17.2.3",
"eslint": "^9.39.2",
"prettier": "^3.8.1",
"radashi": "^12.7.1",
"ts-node": "^10.9.2",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
}
}