Files
tools/packages/poster/package.json
Jacob Nguyen 760c2b6a5a fix
2024-05-17 17:09:54 -05:00

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"
}