{ "name": "@star-kitten/discord", "version": "0.0.0", "description": "Star Kitten Discord library", "type": "module", "license": "MIT", "homepage": "https://github.com/author/library#readme", "bugs": { "url": "https://github.com/author/library/issues" }, "repository": { "type": "git", "url": "git+https://github.com/author/library.git" }, "author": "Author Name ", "files": [ "dist", "src" ], "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./commands": "./dist/commands/index.js", "./components": "./dist/components/index.js", "./pages": "./dist/pages/index.js", "./common": "./dist/common/index.js", "./package.json": "./package.json", "./jsx": "./dist/jsx/index.js", "./jsx-runtime": { "types": "./src/jsx/types.d.ts", "default": "./dist/jsx/jsx-runtime.js" }, "./jsx-dev-runtime": { "types": "./src/jsx/types.d.ts", "default": "./dist/jsx/jsx-dev-runtime.js" } }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "test": "bun test", "typecheck": "tsc --noEmit", "release": "bumpp && npm publish" }, "devDependencies": { "@types/bun": "^1.2.21", "@types/node": "^22.15.17", "bumpp": "^10.1.0", "tsdown": "^0.11.9", "typescript": "^5.8.3" }, "dependencies": { "@projectdysnomia/dysnomia": "github:projectdysnomia/dysnomia#dev", "@star-kitten/util": "workspace:^0.0.0", "acorn": "^8.14.0", "acorn-jsx": "^5.3.2", "html-dom-parser": "^5.1.1", "lodash": "^4.17.21" } }