-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.45 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.45 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
{
"name": "@frontify/eslint-config-monorepo",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@11.5.0+sha512.dbfcc4f81cf48597afd4bc391ffdf12c11f1a9fb83a395bfa6b0a2d9cc2fd8ffebafdb1ccbd529632153f793904c2615b7f09fe1a345473fd1c35845172a8eb1",
"author": "Frontify Developers <developers@frontify.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Frontify/code-style"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"release": "pnpm publish -r --access=public",
"test": "pnpm -r --filter './packages/*' run --if-present test",
"typecheck": "tsc --noEmit",
"update": "taze -r -I major"
},
"devDependencies": {
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"eslint": "^10.4.1",
"eslint-plugin-notice": "^1.0.0",
"prettier": "^3.8.3",
"taze": "^19.14.1",
"typescript": "^6.0.3"
},
"pnpm": {
"overrides": {
"brace-expansion@<1.1.13": ">=1.1.13",
"brace-expansion@>=4.0.0 <5.0.5": ">=5.0.5",
"defu": ">=6.1.5",
"flatted": ">=3.4.2",
"lodash": ">=4.18.0",
"minimatch@^3": "npm:minimatch@^3.1.4",
"picomatch@<2.3.2": ">=2.3.2",
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
"yaml@>=2.0.0 <2.8.3": ">=2.8.3"
}
}
}