@vue-jsx-vapor/compiler
Version:
Vue JSX Vapor Compiler
50 lines • 1.13 kB
JSON
{
"name": "@vue-jsx-vapor/compiler",
"version": "2.6.2",
"description": "Vue JSX Vapor Compiler",
"type": "module",
"keywords": [
"vue",
"jsx",
"vapor",
"compiler"
],
"license": "MIT",
"homepage": "https://github.com/vuejs/vue-jsx-vapor#readme",
"bugs": {
"url": "https://github.com/vuejs/vue-jsx-vapor/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-jsx-vapor.git"
},
"files": [
"dist"
],
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"jsx-vapor-dev": "./src/index.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./*": "./*"
},
"dependencies": {
"@babel/parser": "^7.28.0",
"@babel/types": "^7.28.0",
"@vue/compiler-dom": "3.6.0-alpha.2",
"@vue/shared": "3.6.0-alpha.2",
"ast-kit": "^2.1.1",
"source-map-js": "^1.2.1"
},
"scripts": {
"build": "tsdown",
"dev": "DEV=true tsdown",
"release": "bumpp && npm publish",
"test": "vitest"
}
}