-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.13 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
43
44
45
{
"name": "@changesets/format",
"version": "0.1.2",
"description": "Detect and format files",
"bugs": {
"url": "https://github.com/changesets/format/issues"
},
"license": "MIT",
"author": "Changesets",
"repository": {
"type": "git",
"url": "git+https://github.com/changesets/format.git"
},
"files": [
"dist"
],
"type": "module",
"exports": "./dist/index.js",
"scripts": {
"dev": "tsdown --watch",
"build": "tsdown",
"test": "vitest",
"format": "oxfmt",
"lint": "oxfmt --check",
"typecheck": "tsc"
},
"dependencies": {
"package-manager-detector": "^1.8.0",
"tinyexec": "^1.3.0"
},
"devDependencies": {
"@changesets/changelog-github": "^1.0.0",
"@changesets/cli": "^3.0.1",
"@types/node": "^26.3.0",
"fs-fixture": "^2.14.0",
"oxfmt": "^0.65.0",
"tsdown": "^0.22.14",
"typescript": "~7.0.2",
"vitest": "^4.1.11"
},
"engines": {
"node": "^22.11 || ^24 || >=26"
},
"packageManager": "pnpm@11.17.0+sha512.cca3cea332ad254bb84145f966d19f4879615210346fc92c79a047f23a0d7b3cca3c3792f0076ba1f1831d277efbcf0a9119b31a9a60eca7fb3d6231f331ef72"
}