-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.17 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@dougley/frugal",
"packageManager": "pnpm@8.1.1",
"version": "0.0.0",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.5.0",
"prettier": "2.8.1",
"prettier-plugin-organize-imports": "^3.2.2",
"rimraf": "^4.4.1",
"ts-jest": "^29.1.0",
"turbo": "^1.9.3",
"typescript": "^4.9.5"
},
"scripts": {
"lint:report": "eslint --output-file eslint_report.json --format json \"{packages,apps}/**/src/**/*.{ts,tsx,cts,mts}\"",
"lint": "eslint \"{packages,apps}/**/src/**/*.{ts,tsx,cts,mts}\"",
"format": "prettier --write \"{packages,apps}/**/src/**/*.{ts,tsx,cts,mts}\""
},
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"pnpm": {
"patchedDependencies": {
"slash-create@5.12.0": "patches/slash-create@5.12.0.patch",
"@miniflare/d1@2.13.0": "patches/@miniflare__d1@2.13.0.patch"
}
}
}