bgm-types
Version:
Bangumi Api Types
28 lines • 522 B
JSON
{
"name": "bgm-types",
"version": "3.1.2",
"description": "Bangumi Api Types",
"main": "main.ts",
"types": "main.ts",
"type": "module",
"files": [
"main.ts",
"src"
],
"keywords": [
"Bangumi",
"Types",
"BangumiApi"
],
"author": "Kagurazaka Mizuki",
"license": "MIT",
"repository": "github:cokemine/bgm-types",
"devDependencies": {
"axios": "^0.21.4",
"js-yaml": "^4.1.0",
"openapi-typescript": "^5.4.1"
},
"scripts": {
"build": "node build/build.js"
}
}