-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 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
46
47
48
49
50
{
"name": "create-release-plan-setup",
"version": "5.3.0",
"description": "Simple npm init bin package to add the perfect release-plan setup",
"keywords": [],
"repository": "https://github.com/release-plan/create-release-plan-setup",
"license": "MIT",
"author": "Chris Manson <chris@manson.ie>",
"type": "module",
"bin": "bin/release-plan-setup.js",
"files": [
"bin/",
"lib/",
"labels.json",
"release-template.md",
"plan-release-template.yml.ejs",
"publish-template.yml.ejs"
],
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest --pool=forks"
},
"dependencies": {
"ejs": "^5.0.1",
"execa": "^9.5.1",
"gitconfiglocal": "^2.1.0",
"github-label-sync": "^3.0.0",
"hosted-git-info": "^9.0.2",
"lodash.template": "^4.5.0",
"semver": "^7.6.0",
"sort-package-json": "^3.6.0",
"which": "^6.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-prettier": "^5.5.5",
"fixturify-project": "^7.1.3",
"prettier": "^3.8.1",
"release-plan": "^0.18.0",
"vitest": "^4.1.4"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"engines": {
"node": "18.* || >= 20"
}
}