react-jsx-runtime
Version:
20 lines • 519 B
JSON
{
"name": "react-jsx-runtime",
"version": "1.0.0-alpha.1",
"description": "react插件",
"homepage": "https://github.com/opensource-vplatform/v-act",
"repository": {
"type": "git",
"url": "https://github.com/opensource-vplatform/v-act.git",
"directory": "packages/vendors/react"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "node ../../../../../scripts/index.js build -s react-jsx-runtime"
}
}