@vue-macros/better-define
Version:
betterDefine feature from Vue Macros.
70 lines • 1.55 kB
JSON
{
"name": "@vue-macros/better-define",
"version": "3.0.0-beta.7",
"description": "betterDefine feature from Vue Macros.",
"type": "module",
"keywords": [
"vue-macros",
"macros",
"vue",
"sfc",
"setup",
"script-setup",
"better-define",
"unplugin"
],
"license": "MIT",
"homepage": "https://vue-macros.dev",
"bugs": {
"url": "https://github.com/vue-macros/vue-macros/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vue-macros/vue-macros.git",
"directory": "packages/better-define"
},
"author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",
"funding": "https://github.com/sponsors/vue-macros",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./api": "./dist/api.js",
"./esbuild": "./dist/esbuild.js",
"./rolldown": "./dist/rolldown.js",
"./rollup": "./dist/rollup.js",
"./rspack": "./dist/rspack.js",
"./vite": "./dist/vite.js",
"./webpack": "./dist/webpack.js",
"./*": "./*"
},
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"publishConfig": {
"access": "public",
"tag": "next"
},
"dependencies": {
"neverthrow": "^8.2.0",
"unplugin": "^2.2.1",
"@vue-macros/api": "3.0.0-beta.7",
"@vue-macros/common": "3.0.0-beta.7"
},
"engines": {
"node": ">=20.18.0"
},
"scripts": {
"build": "tsup",
"dev": "DEV=true tsup"
}
}