mirror of
https://github.com/sern-handler/tools
synced 2026-06-10 09:52:19 +00:00
32 lines
763 B
JSON
32 lines
763 B
JSON
{
|
|
"name": "@sern/poster",
|
|
"version": "1.2.6",
|
|
"description": "Post discord application commands",
|
|
"types": "./dist/index.d.ts",
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.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",
|
|
"files": [
|
|
"dist",
|
|
"README.md",
|
|
"src",
|
|
"LICENSE"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"dependencies": {
|
|
"squint-cljs": "latest"
|
|
},
|
|
"type": "module"
|
|
}
|