2023-12-02 13:00:05 +01: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 07:26:57 +01:00
|
|
|
"@misskey-dev/eslint-plugin": "^1.0.0",
|
2024-01-13 08:54:25 +01:00
|
|
|
"@readme/openapi-parser": "2.5.0",
|
2024-03-30 08:36:20 +01:00
|
|
|
"@types/node": "20.12.2",
|
|
|
|
"@typescript-eslint/eslint-plugin": "7.4.0",
|
|
|
|
"@typescript-eslint/parser": "7.4.0",
|
2024-03-01 21:23:53 +01:00
|
|
|
"eslint": "8.57.0",
|
2023-12-02 13:00:05 +01:00
|
|
|
"openapi-types": "12.1.3",
|
2024-03-14 17:30:56 +01:00
|
|
|
"openapi-typescript": "6.7.5",
|
2024-01-22 20:10:51 +01:00
|
|
|
"ts-case-convert": "2.0.7",
|
2024-02-21 22:50:17 +01:00
|
|
|
"tsx": "4.7.1",
|
2024-03-21 23:57:12 +01:00
|
|
|
"typescript": "5.4.3"
|
2023-12-02 13:00:05 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"built"
|
|
|
|
]
|
|
|
|
}
|