-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
80 lines (80 loc) · 1.95 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "npm-cli-release-please",
"version": "5.0.0-pre.0",
"description": "",
"main": "lib",
"scripts": {
"test": "tap",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"snap": "tap",
"posttest": "npm run lint",
"test-all": "npm run test -ws -iwr --if-present",
"lint-all": "npm run lint -ws -iwr --if-present",
"authors": "bash scripts/authors.sh",
"deps": "bash scripts/deps.sh",
"rp-pull-request": "npm run deps && npm run authors"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/npm-cli-release-please.git"
},
"keywords": [],
"author": "GitHub Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/npm-cli-release-please/issues"
},
"homepage": "https://github.com/npm/npm-cli-release-please#readme",
"workspaces": [
"pkg1",
"pkg2",
"pkg3",
"workspaces/*"
],
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "file:scripts/npmcli-template-oss-13764.tgz",
"tap": "^16.3.4"
},
"files": [
"bin/",
"lib/"
],
"engines": {
"node": ">=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.21.4",
"content": "./scripts/template-oss"
},
"dependencies": {
"@npmcli/pkg6": "^3.0.3",
"abbrev": "^2.0.0",
"pkg1": "^6.0.5-pre.0",
"pkg2": "^5.0.5-pre.0",
"pkg4": "^3.0.3",
"pkg5": "^3.0.3"
},
"date": "3",
"tap": {
"test-ignore": "^(pkg1|pkg2|pkg3|workspaces)/",
"nyc-arg": [
"--exclude",
"pkg1/**",
"--exclude",
"pkg2/**",
"--exclude",
"pkg3/**",
"--exclude",
"workspaces/**",
"--exclude",
"tap-snapshots/**"
]
},
"touch": "22463",
"touch1": "4292"
}