-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 930 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"build:docs": "typedoc",
"fix:format": "prettier --write .",
"fix:lint": "eslint --fix .",
"pnpm:devPreinstall": "mkdir -p packages/transform-package-json/dist/cjs/bin && echo '/* Workaround for https://github.com/pnpm/pnpm/issues/1801, see https://github.com/pnpm/cmd-shim/pull/43 */' > packages/transform-package-json/dist/cjs/bin/index.js",
"test:format": "jest --selectProjects format",
"test:lint": "jest --selectProjects lint"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@cprussin/eslint-config": "workspace:*",
"@cprussin/jest-config": "workspace:*",
"@cprussin/prettier-config": "workspace:*",
"eslint": "^9.4.0",
"jest": "^29.7.0",
"prettier": "^3.3.0",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
}
}