@lilybird/jsx
Version:
JSX support & builders for lilybird
58 lines • 1.28 kB
JSON
{
"name": "@lilybird/jsx",
"version": "0.3.0",
"description": "JSX support & builders for lilybird",
"main": "./dist/index.js",
"author": "DidaS",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"./jsx-runtime": {
"types": "./dist/runtime/index.d.ts",
"require": "./dist/runtime/index.js",
"default": "./dist/runtime/index.js"
},
"./package.json": "./package.json"
},
"engines": {
"bun": ">=1.1.0",
"node": ">=21.0.0"
},
"files": [
"./dist"
],
"scripts": {
"check": "eslint \"src/**/*.ts\"",
"build": "rm -rf dist && tsc && cp .npmignore dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Didas-git/lilybird.git"
},
"homepage": "https://github.com/Didas-git/lilybird/tree/main/packages/jsx",
"bugs": {
"url": "https://github.com/Didas-git/lilybird/issues"
},
"keywords": [
"lilybird",
"jsx",
"lilybird-jsx",
"tsx",
"discord",
"wrapper",
"client",
"discord-client",
"discord-wrapper",
"bun",
"bunjs",
"bun-first"
],
"peerDependencies": {
"lilybird": "^0.7.0"
}
}