mirror of
https://github.com/sern-handler/tools
synced 2026-06-28 02:32:22 +00:00
ch
This commit is contained in:
@@ -4,12 +4,11 @@
|
||||
"description": "Post discord application commands",
|
||||
"exports": {
|
||||
"." : "./dist/core/poster.mjs",
|
||||
"" : ""
|
||||
},
|
||||
"scripts": {
|
||||
"poster:debug": "npx squint compile",
|
||||
"poster:prod": "npx squint compile",
|
||||
"gen-discord-types": "npx openapi-typescript https://raw.githubusercontent.com/discord/discord-api-spec/main/specs/openapi.json --output ./src/resources/discord.d.ts",
|
||||
"gen-discord-types": "npx openapi-typescript https://raw.githubusercontent.com/discord/discord-api-spec/main/specs/openapi.json --output ./src/resources/poster.d.ts",
|
||||
"repl": "npx squint repl"
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user