-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "semantic-release-repo-template",
"module": "index.ts",
"version": "1.7.0",
"author": "Tomer Horowitz",
"type": "module",
"exports": "./dist/index.js",
"main": "./dist/index.js",
"files": [
"dist"
],
"engines": {
"node": ">=22"
},
"scripts": {
"build": "tsc"
},
"dependencies": {
"lodash": "^4.17.23",
"typescript": "^5.9.3",
"xo": "^1.2.3"
},
"devDependencies": {
"@codedependant/semantic-release-docker": "^5.1.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.3",
"@semantic-release/npm": "^13.1.3",
"@semantic-release/release-notes-generator": "^14.1.0",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.23",
"@types/node": "^25.2.0",
"@types/xo": "^0.39.9",
"eslint-plugin-th-rules": "3.4.3",
"jest": "^30.2.0",
"semantic-release": "^25.0.3",
"ts-jest": "^29.4.6"
},
"license": "MIT",
"packageManager": "yarn@4.12.0"
}