-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.09 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
{
"name": "keybindy",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "pnpm --filter \"./packages/**\" build",
"test": "pnpm --filter \"./packages/**\" test",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish",
"lint": "eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@changesets/cli": "^2.29.5",
"@changesets/types": "^6.1.0",
"@eslint/js": "^9.32.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.4",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.2.0",
"@vitest/ui": "^3.2.4",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
"globals": "^16.3.0",
"happy-dom": "^18.0.1",
"jiti": "^2.5.1",
"prettier": "^3.6.2",
"rollup-plugin-dts": "^6.2.1",
"typescript-eslint": "^8.39.0",
"rollup": "^4.46.2",
"vitest": "^1.6.1"
},
"packageManager": "pnpm@10.16.1"
}