UNPKG

@vue.ts/tsx-auto-props

Version:

Automatically add props definition for Vue 3 TSX.

118 lines 2.48 kB
{ "name": "@vue.ts/tsx-auto-props", "version": "1.0.0-beta.5", "author": "Ray <i@mk1.io> (@so1ve)", "type": "module", "description": "Automatically add props definition for Vue 3 TSX.", "keywords": [ "astro", "farm", "nuxt", "rolldown", "rollup", "rspack", "transform", "tsx", "typescript", "unplugin", "vite", "vue", "vue.ts", "webpack" ], "homepage": "https://github.com/so1ve/vue.ts/tree/main/packages/tsx-auto-props#readme", "repository": { "type": "git", "url": "git+https://github.com/so1ve/vue.ts.git", "directory": "/" }, "bugs": { "url": "https://github.com/so1ve/vue.ts/issues" }, "license": "MIT", "sideEffects": false, "exports": { ".": "./dist/index.js", "./astro": "./dist/astro.js", "./esbuild": "./dist/esbuild.js", "./farm": "./dist/farm.js", "./nuxt": "./dist/nuxt.js", "./rolldown": "./dist/rolldown.js", "./rollup": "./dist/rollup.js", "./rspack": "./dist/rspack.js", "./types": "./dist/types.js", "./vite": "./dist/vite.js", "./webpack": "./dist/webpack.js" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "@nuxt/kit": "^4.0.2", "magic-string": "^0.30.17", "unplugin": "^2.3.5", "@vue.ts/language": "1.0.0-beta.5", "@vue.ts/shared": "1.0.0-beta.5" }, "devDependencies": { "@nuxt/schema": "^4.0.2", "rolldown": "1.0.0-beta.27", "rollup": "^4.46.2", "vite": "^7.0.4", "webpack": "^5.101.0" }, "peerDependencies": { "@farmfe/core": ">=1.7.10", "@nuxt/kit": "^4.0.2", "@nuxt/schema": "^4.0.2", "esbuild": "*", "rolldown": "*", "rollup": "^4.46.2", "vite": ">=7.0.6", "webpack": "^5.101.0" }, "peerDependenciesMeta": { "@farmfe/core": { "optional": true }, "@nuxt/kit": { "optional": true }, "@nuxt/schema": { "optional": true }, "esbuild": { "optional": true }, "rolldown": { "optional": true }, "rollup": { "optional": true }, "vite": { "optional": true }, "webpack": { "optional": true } }, "scripts": { "build": "tsdown", "watch": "tsdown --watch" } }