-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) 路 1.35 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) 路 1.35 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": "semantic-release-minecraft",
"version": "2.4.1",
"description": "Automated Release For Minecraft Project",
"keywords": [
"semantic-release",
"minecraft",
"automation"
],
"repository": {
"type": "git",
"url": "https://github.com/pynickle/semantic-release-minecraft"
},
"author": "ENC_Euphony <2330458484@qq.com>",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"lint": "bunx oxlint ./src ./test",
"lint:fix": "bunx oxlint ./src ./test --fix",
"fmt": "bunx oxfmt ./src ./test",
"test": "bun test",
"build": "tsc",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@semantic-release/changelog": "^7.0.0",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^11.0.1",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.1",
"@types/lodash": "^4.17.25",
"@types/node": "^26.2.0",
"conventional-changelog-conventionalcommits": "^9.3.1",
"oxfmt": "^0.68.0",
"oxlint": "^1.83.0",
"semantic-release": "^25.0.9",
"typescript": "^7.0.2"
},
"peerDependencies": {
"semantic-release": ">=18.0.0"
},
"dependencies": {
"axios": "^1.20.0",
"form-data": "^4.0.6",
"glob": "^13.0.6",
"lodash": "^4.18.1"
}
}