-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.46 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
45
46
47
48
49
50
51
52
{
"name": "utopia-utils-monorepo",
"type": "module",
"version": "1.1.2",
"packageManager": "pnpm@10.8.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": ">=22.16.0",
"pnpm": ">=10.8.0"
},
"scripts": {
"build": "stale-dep && turbo build --filter=./packages/**",
"example": "pnpm --filter=example dev",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"release": "stale-dep && bumpp package.json packages/**/package.json",
"test": "stale-dep && vitest",
"test:once": "stale-dep && vitest run",
"coverage": "stale-dep && vitest run --coverage",
"clean": "turbo clean --filter=./packages/**",
"typecheck": "tsc --noEmit",
"preinstall": "npx only-allow pnpm",
"postinstall": "stale-dep -u"
},
"dependencies": {
"happy-dom": "^8.9.0"
},
"devDependencies": {
"@antfu/ni": "^0.20.0",
"@types/node": "^18.14.6",
"@vitest/coverage-v8": "^3.2.4",
"bumpp": "^9.0.0",
"oxlint": "^1.35.0",
"rimraf": "^4.4.0",
"stale-dep": "^0.8.2",
"tsdown": "^0.18.3",
"tsx": "^3.12.3",
"turbo": "^2.5.4",
"typescript": "^5.8.3",
"vite": "^4.1.4",
"vitest": "^3.2.4"
}
}