mirror of
https://github.com/sern-handler/tools
synced 2026-06-17 13:22:21 +00:00
24 lines
647 B
JSON
24 lines
647 B
JSON
{
|
|
"name": "@sern/poster",
|
|
"version": "1.0.0",
|
|
"description": "Post discord application commands",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"poster:debug": "shadow-cljs compile poster",
|
|
"poster:prod": "shadow-cljs release poster",
|
|
"gen-discord-types": "npx openapi-typescript https://raw.githubusercontent.com/discord/discord-api-spec/main/specs/openapi.json --output ./dts/discord.d.ts",
|
|
"repl": "shadow-cljs node-repl"
|
|
},
|
|
|
|
"devDependencies": {
|
|
"shadow-cljs": "^2.8.52",
|
|
"source-map-support": "^0.5.13"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|