24 lines
		
	
	
		
			550 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			550 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": "2.7.0",
 | |
| 		"@types/node": "22.13.9",
 | |
| 		"@typescript-eslint/eslint-plugin": "8.26.0",
 | |
| 		"@typescript-eslint/parser": "8.26.0",
 | |
| 		"openapi-types": "12.1.3",
 | |
| 		"openapi-typescript": "6.7.6",
 | |
| 		"ts-case-convert": "2.1.0",
 | |
| 		"tsx": "4.19.3",
 | |
| 		"typescript": "5.8.2"
 | |
| 	},
 | |
| 	"files": [
 | |
| 		"built"
 | |
| 	]
 | |
| }
 |