Files
Modrinth-plus/packages/blog/package.json
Calum H. c09f7fd5e6 devex: changelog system (#5309)
* devex: changelog system

* feat: changelog CIs

* feat: web alias for platform + hosting

* feat: upload binaries to gh release

* feat: improve copy text

* fix: release workflow

* fix: changelog CIs + PR health check comment

* fix: action

* fix: comment style

* fix: comment

* fix: remove health

* fix: deploy use Modrinth bot machine account

* feat: new system

* fix: pr comment structure
2026-03-23 17:45:43 +00:00

29 lines
691 B
JSON

{
"name": "@modrinth/blog",
"version": "0.0.0",
"private": true,
"main": "./index.ts",
"types": "./index.d.ts",
"scripts": {
"lint": "jiti ./check.ts && eslint . && prettier --check .",
"fix": "jiti ./compile.ts && eslint . --fix && prettier --write ."
},
"devDependencies": {
"@modrinth/tooling-config": "workspace:*",
"@types/glob": "^9.0.0",
"@types/html-minifier-terser": "^7.0.2",
"@types/rss": "^0.0.32",
"@types/xml2js": "^0.4.14",
"jiti": "^2.4.2"
},
"dependencies": {
"@modrinth/utils": "workspace:*",
"dayjs": "^1.11.10",
"glob": "^10.2.7",
"gray-matter": "^4.0.3",
"html-minifier-terser": "^7.2.0",
"rss": "^1.2.2",
"xml2js": "^0.6.2"
}
}