mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-26 02:04:55 +02:00
* deps: update deps
* Update Changelog
* update dependencies (major)
* fix: broken lockfile on changelog-checker
* update vite
* update minimum working node version to 22.22.0
* update minimum working node version to 22.22.2
* fix types
* refactor: avoid using default import
* Revert "refactor: avoid using default import"
This reverts commit 5784df2ff0.
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
24 lines
548 B
JSON
24 lines
548 B
JSON
{
|
|
"name": "misskey-js-type-generator",
|
|
"version": "0.0.0",
|
|
"description": "Misskey TypeGenerator",
|
|
"type": "module",
|
|
"scripts": {
|
|
"generate": "tsx src/generator.ts && eslint ./built/**/*.ts --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@readme/openapi-parser": "6.1.3",
|
|
"@types/node": "24.13.2",
|
|
"@typescript-eslint/eslint-plugin": "8.61.1",
|
|
"@typescript-eslint/parser": "8.61.1",
|
|
"openapi-types": "12.1.3",
|
|
"openapi-typescript": "7.13.0",
|
|
"ts-case-convert": "2.3.1",
|
|
"tsx": "4.22.4",
|
|
"eslint": "9.39.4"
|
|
},
|
|
"files": [
|
|
"built"
|
|
]
|
|
}
|