-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
47
48
49
{
"name": "utopia-utils-monorepo",
"type": "module",
"version": "0.3.28",
"packageManager": "pnpm@9.1.0",
"description": "",
"author": "Utopia <https://github.com/GreatAuk>",
"license": "MIT",
"homepage": "https://github.com/GreatAuk/utopia-utils#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/GreatAuk/utopia-utils.git"
},
"bugs": "https://github.com/GreatAuk/utopia-utils/issues",
"keywords": [],
"engines": {
"node": ">=18.18.0",
"pnpm": ">=9.1.0"
},
"scripts": {
"build": "turbo build --filter=./packages/**",
"example": "pnpm --filter=example dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp package.json packages/**/package.json",
"test": "vitest",
"coverage": "vitest run --coverage",
"clean": "turbo clean --filter=./packages/**",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"happy-dom": "^8.9.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.17.0",
"@antfu/ni": "^0.20.0",
"@types/node": "^18.14.6",
"@vitest/coverage-v8": "^2.1.4",
"bumpp": "^9.0.0",
"eslint": "^9.2.0",
"rimraf": "^4.4.0",
"tsup": "^6.7.0",
"tsx": "^3.12.3",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"vite": "^4.1.4",
"vitest": "^2.1.4"
}
}