ts-twitch-api
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "ts-twitch-api", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Very simple TwitchApi class and TypeScript interfaces for all Twitch API endpoints", | ||
@@ -22,2 +22,6 @@ "author": "DmitryScaletta", | ||
"type": "module", | ||
"scripts": { | ||
"build": "node --import tsx ./scripts/build.ts", | ||
"gen": "pnpm dlx openapi-typescript https://github.com/DmitryScaletta/twitch-api-swagger/raw/main/openapi.json --output twitch-api.generated.ts" | ||
}, | ||
"devDependencies": { | ||
@@ -27,7 +31,3 @@ "@types/node": "^20.11.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"scripts": { | ||
"build": "node --import tsx ./scripts/build.ts", | ||
"gen": "pnpm dlx openapi-typescript https://github.com/DmitryScaletta/twitch-api-swagger/raw/main/openapi.json --output twitch-api.generated.ts" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
904077
19824