mirror of
https://github.com/sern-handler/tools
synced 2026-06-18 05:42:19 +00:00
25 lines
625 B
JSON
25 lines
625 B
JSON
{
|
|
"name": "@sern/poster",
|
|
"version": "1.1.0",
|
|
"description": "Post discord application commands",
|
|
"exports": {
|
|
"." : "./dist/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/discord.d.ts",
|
|
"repl": "npx squint repl"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "beta"
|
|
},
|
|
"dependencies": {
|
|
"squint-cljs": "latest"
|
|
}
|
|
}
|