-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 4.51 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "@halospv3/hce.shared-config",
"version": "2.3.1",
"description": "Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.",
"keywords": [
"halo",
"halo-ce",
"semantic-release",
"semantic-release-config",
"commitlint",
"commitlint-config"
],
"type": "module",
"homepage": "https://github.com/halospv3/hce.shared#readme",
"bugs": "https://github.com/halospv3/hce.shared/issues",
"license": "MIT",
"author": "Noah Sherwin",
"files": [
"!.github/",
"!.husky/",
"!.vscode/",
"!_tsout/",
"!tests/",
"CHANGELOG.md",
"cjs/**/*",
"dotnet/**/*",
"mjs/**/*",
"src/**/*",
"static/**/*"
],
"main": "./cjs/index.cjs",
"infra": "polyrepo",
"repository": "github:halospv3/hce.shared",
"scripts": {
"build": "packemon build --addExports --addFiles --declaration --loadConfigs",
"check": "npm run type && npm run test && npm run lint",
"clean": "packemon clean",
"coverage": "npm run test --coverage",
"format": "prettier --write",
"lint": "eslint --cache --fix .",
"eslint-inspector": "eslint --inspect-config",
"pack": "packemon pack --addExports --addFiles --declaration --loadConfigs && npm run validate",
"prepare": "husky",
"presemantic-release": "npm run pack && npm run check",
"semantic-release": "npx semantic-release",
"pretest": "npm run build",
"test": "tsx --test ./tests/**/*.test.ts",
"type": "tsc --build",
"validate": "packemon validate",
"watch": "packemon watch"
},
"dependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@eslint/js": "^9.3.0",
"@octokit/request": "^9.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.4",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^14.0.0",
"@stylistic/eslint-plugin": "^2.1.0",
"@types/eslint__js": "^8.42.3",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.12",
"@types/semantic-release": "^20.0.6",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"debug": "^4.3.4",
"eslint-plugin-jsonc": "^2.15.1",
"globals": "^15.3.0",
"husky": "^9.0.11",
"js-yaml": "^4.1.0",
"node-fetch": "^3.3.2",
"semantic-release": "^24.0.0",
"semantic-release-export-data": "^1.0.1",
"typescript-eslint": "^7.10.0"
},
"devDependencies": {
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/eslint-parser": "^7.24.6",
"@eslint/eslintrc": "^3.1.0",
"@tsconfig/node-lts": "^20.1.2",
"@types/babel__core": "^7.20.5",
"@types/debug": "^4.1.12",
"@types/eslint__eslintrc": "^2.1.1",
"@types/tmp": "^0.2.6",
"ajv": "^8.13.0",
"ajv-draft-04": "^1.0.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"node-fetch": "^3.3.2",
"packemon": "^4.0.1",
"prettier": "^3.2.5",
"prettier-config-moon": "^1.1.2",
"tmp": "^0.2.3",
"tslib": "^2.6.2",
"tsx": "^4.10.5",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=20.8.1",
"npm": ">=10.5.0"
},
"engineStrict": true,
"publishConfig": {
"tag": "latest"
},
"exports": {
"./package.json": "./package.json",
"./*": {
"types": "./cjs/*.d.ts",
"default": "./cjs/*.cjs"
},
"./dotnet/*": {
"types": "./cjs/dotnet/*.d.ts",
"default": "./cjs/dotnet/*.cjs"
},
".": {
"types": "./cjs/index.d.ts",
"import": "./cjs/index-wrapper.mjs",
"default": "./cjs/index.cjs"
}
},
"types": "./cjs/index.d.ts",
"packemon": {
"format": [
"cjs"
],
"platform": "node",
"inputs": {
"commitlintConfig": "src/commitlintConfig.ts",
"dotnet": "src/dotnet.ts",
"eslintConfig": "src/eslintConfig.ts",
"envUtils": "src/envUtils.ts",
"findStaticConfig": "src/findStaticConfig.ts",
"index": "src/index.ts",
"semanticReleaseConfig": "src/semanticReleaseConfig.ts",
"semanticReleaseConfigDotnet": "src/semanticReleaseConfigDotnet.ts",
"setupGitPluginSpec": "src/setupGitPluginSpec.ts"
}
}
}