-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
71 lines (71 loc) · 1.86 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
{
"name": "@npmcli/template-oss",
"version": "4.1.2",
"description": "templated files used in npm CLI team oss projects",
"main": "lib/content/index.js",
"bin": {
"template-oss-apply": "bin/apply.js",
"template-oss-check": "bin/check.js",
"template-oss-release-please": "bin/release-please.js"
},
"scripts": {
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
"posttest": "npm run lint",
"snap": "tap",
"test": "tap",
"template-oss-apply": "template-oss-apply --force",
"postlint": "template-oss-check",
"postinstall": "template-oss-apply"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/template-oss.git"
},
"keywords": [
"npm",
"oss"
],
"author": "GitHub Inc.",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.9.1",
"@commitlint/cli": "^17.1.1",
"@commitlint/config-conventional": "^17.1.0",
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/fs": "^2.0.1",
"@npmcli/git": "^3.0.0",
"@npmcli/map-workspaces": "^2.0.2",
"@npmcli/package-json": "^2.0.0",
"diff": "^5.0.0",
"glob": "^8.0.1",
"handlebars": "^4.7.7",
"hosted-git-info": "^5.0.0",
"json-parse-even-better-errors": "^2.3.1",
"just-diff": "^5.0.1",
"lodash": "^4.17.21",
"npm-package-arg": "^9.0.1",
"proc-log": "^2.0.0",
"release-please": "npm:@npmcli/release-please@^14.2.4",
"semver": "^7.3.5",
"yaml": "^2.1.1"
},
"files": [
"bin/",
"lib/"
],
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "file:./",
"tap": "^16.0.0"
},
"tap": {
"timeout": 600
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten."
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
}