2023-12-02 21:00:05 +09:00
|
|
|
{
|
|
|
|
"name": "misskey-js-type-generator",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Misskey TypeGenerator",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"generate": "tsx src/generator.ts && eslint ./built/**/* --ext .ts --fix"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-31 15:26:57 +09:00
|
|
|
"@misskey-dev/eslint-plugin": "^1.0.0",
|
2024-04-27 21:52:37 +09:00
|
|
|
"@readme/openapi-parser": "2.5.1",
|
2024-05-23 03:43:07 +09:00
|
|
|
"@types/node": "20.12.12",
|
|
|
|
"@typescript-eslint/eslint-plugin": "7.10.0",
|
|
|
|
"@typescript-eslint/parser": "7.10.0",
|
2024-03-02 05:23:53 +09:00
|
|
|
"eslint": "8.57.0",
|
2023-12-02 21:00:05 +09:00
|
|
|
"openapi-types": "12.1.3",
|
2024-05-23 03:43:07 +09:00
|
|
|
"openapi-typescript": "6.7.6",
|
2024-01-23 04:10:51 +09:00
|
|
|
"ts-case-convert": "2.0.7",
|
2024-05-23 03:43:07 +09:00
|
|
|
"tsx": "4.10.5",
|
2024-04-14 01:33:56 +09:00
|
|
|
"typescript": "5.4.5"
|
2023-12-02 21:00:05 +09:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"built"
|
|
|
|
]
|
|
|
|
}
|