mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
21 lines
618 B
JSON
21 lines
618 B
JSON
{
|
|
"name": "poster",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build:debug": "shadow-cljs compile poster",
|
|
"build:release": "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"
|
|
}
|