@tuneo/types
Version:
Official types for Tuneo API
28 lines (27 loc) • 476 B
JSON
{
"name": "@tuneo/types",
"version": "0.0.4",
"author": {
"name": "Unreal",
"url": "https://github.com/yUnreal"
},
"types": "types/index.ts",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"description": "Official types for Tuneo API",
"keywords": [
"types",
"typescript",
"tuneo",
"api"
],
"scripts": {
"format": "bunx biome check --write ."
},
"type": "module"
}