59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"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 <author.name@mail.com>",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"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": "./src/jsx/jsx.ts",
|
|
"./jsx-runtime": "./dist/jsx/index.js",
|
|
"./jsx-dev-runtime": "./dist/jsx/index.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"
|
|
}
|
|
}
|