-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 KB
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
{
"name": "@hot-hook/monorepo",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@10.25.0",
"description": "Monorepo for Hot Hook",
"author": "Julien Ripouteau <julien@ripouteau.com>",
"license": "ISC",
"keywords": [],
"scripts": {
"typecheck": "pnpm run -r --parallel typecheck",
"lint": "eslint . --ext=.ts",
"test": "pnpm run -r --parallel test",
"build": "pnpm run -r build",
"release": "pnpm run build && changeset publish"
},
"devDependencies": {
"@adonisjs/tsconfig": "^1.4.1",
"@changesets/cli": "^2.29.8",
"@japa/assert": "3.0.0",
"@japa/file-system": "2.3.0",
"@japa/runner": "3.1.4",
"@japa/snapshot": "2.0.6",
"@julr/tooling-configs": "^4.0.0",
"@swc/core": "^1.15.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.19.2",
"@types/supertest": "^6.0.3",
"c8": "^10.1.3",
"del-cli": "^6.0.0",
"desm": "^1.3.1",
"eslint": "^9.39.2",
"execa": "^8.0.1",
"fs-extra": "^11.3.2",
"p-event": "^6.0.1",
"p-timeout": "^6.1.4",
"prettier": "^3.7.4",
"supertest": "^7.1.4",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"prettier": "@julr/tooling-configs/prettier"
}