-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 906 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 906 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
32
33
34
35
36
{
"name": "@tomjs/utils-packages",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.17.0",
"description": "A collection of functions for `node.js` and `web` projects.",
"engines": {
"node": ">=18"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build": "pnpm -r --stream --filter=@tomjs/* build",
"test": "vitest",
"lint": "eslint --fix",
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@commitlint/cli": "^20.1.0",
"@tomjs/commitlint": "^5.0.0",
"@tomjs/eslint": "^6.0.0",
"@tomjs/tsconfig": "^2.0.0",
"@types/node": "^20.19.25",
"cross-env": "^10.1.0",
"eslint": "^9.39.1",
"lint-staged": "^16.2.6",
"rimraf": "^6.1.0",
"simple-git-hooks": "^2.13.1",
"tsdown": "^0.16.4",
"tsx": "^4.20.6",
"typescript": "~5.8.3",
"vitest": "^4.0.9"
}
}