forked from Julien-R44/hot-hook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"name": "@hot-hook/monorepo",
"description": "Monorepo for Hot Hook",
"version": "0.0.0",
"type": "module",
"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/eslint-config": "^1.3.0",
"@adonisjs/prettier-config": "^1.3.0",
"@adonisjs/tsconfig": "^1.3.0",
"@changesets/cli": "^2.27.1",
"@japa/assert": "3.0.0",
"@japa/file-system": "2.3.0",
"@japa/runner": "3.1.2",
"@japa/snapshot": "2.0.5",
"@swc/core": "^1.4.11",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.2",
"@types/supertest": "^6.0.2",
"c8": "^9.1.0",
"del-cli": "^5.1.0",
"desm": "^1.3.1",
"eslint": "^8.57.0",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"p-event": "^6.0.1",
"p-timeout": "^6.1.2",
"prettier": "^3.2.5",
"supertest": "^6.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"author": "Julien Ripouteau <[email protected]>",
"license": "ISC",
"keywords": [],
"eslintConfig": {
"extends": "@adonisjs/eslint-config/package"
},
"prettier": "@adonisjs/prettier-config"
}