-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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": "@mscharley/node-presets",
"version": "1.0.0",
"private": true,
"description": "Metaproject for this repo",
"type": "module",
"scripts": {
"cs-version": "turbo build && changeset version",
"cs-release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "2.28.1",
"@mscharley/eslint-config": "workspace:*",
"@mscharley/prettier-config": "workspace:*",
"lint-staged": "15.5.0",
"turbo": "2.4.4"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix",
"*.{json,md,markdown}": "prettier -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mscharley/node-presets.git"
},
"author": "Matthew Scharley <github@scharley.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mscharley/node-presets/issues"
},
"homepage": "https://github.com/mscharley/node-presets#readme",
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
"pnpm": {
"ignoredBuiltDependencies": [
"bufferutil",
"utf-8-validate"
]
}
}