-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.08 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
{
"name": "@diba1013/fetch.root",
"private": true,
"version": "0.3.0",
"keywords": [],
"license": "MIT",
"author": "diba1013",
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@9.1.2",
"type": "module",
"scripts": {
"prepare": "husky install",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"build": "pnpm run -r build",
"test": "vitest run",
"test:watch": "vitest watch",
"change": "pnpm changeset version; git add **/package.json ./.changeset/*.md; pnpm version --include-workspace-root --force ${npm_config_tag}"
},
"workspaces": [
"packages/**"
],
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@diba1013/eslint-config": "^0.11.1",
"@diba1013/prettier-config": "^0.11.1",
"@types/node": "^20.14.2",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.56.0",
"happy-dom": "^14.12.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"ts-node": "^10.9.2",
"typescript": "~5.4",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
}
}