-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.7 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "release-plan",
"version": "0.11.0",
"description": "",
"keywords": [],
"repository": "https://github.com/embroider-build/release-plan",
"license": "MIT",
"author": "Edward Faulkner <edward@eaf4.com>",
"contributors": [
"Chris Manson <chris@manson.ie>"
],
"type": "module",
"bin": "./dist/cli.js",
"scripts": {
"build": "tsc",
"lint": "eslint .",
"prepare": "pnpm run build",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@manypkg/get-packages": "^2.2.0",
"@npmcli/package-json": "^6.1.0",
"@octokit/rest": "^19.0.8",
"assert-never": "^1.2.1",
"chalk": "^4.1.1",
"cli-highlight": "^2.1.11",
"execa": "^4.0.3",
"fs-extra": "^11.2.0",
"github-changelog": "^1.0.0",
"js-yaml": "^4.1.0",
"latest-version": "^9.0.0",
"parse-github-repo-url": "^1.4.1",
"semver": "^7.3.5",
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.5",
"@types/npmcli__package-json": "^4.0.3",
"@types/parse-github-repo-url": "^1.4.2",
"@types/semver": "^7.3.6",
"@types/yargs": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitest/coverage-v8": "^2.0.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prettier": "^5.0.1",
"fixturify-project": "^7.1.3",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"vitest": "^2.0.2"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}