-
-
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.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 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": "@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.30.0",
"@mscharley/eslint-config": "workspace:*",
"@mscharley/prettier-config": "workspace:*",
"lint-staged": "16.4.0",
"turbo": "2.8.20"
},
"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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mscharley/node-presets/issues"
},
"homepage": "https://github.com/mscharley/node-presets#readme",
"packageManager": "[email protected]+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"pnpm": {
"ignoredBuiltDependencies": [
"bufferutil",
"utf-8-validate"
],
"onlyBuiltDependencies": [
"unrs-resolver"
]
}
}