mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
44 lines
911 B
JSON
44 lines
911 B
JSON
{
|
|
"version": "1.1.3",
|
|
"name": "@tmagic/tmagic-form-runtime",
|
|
"type": "module",
|
|
"main": "dist/tmagic-form-runtime.umd.cjs",
|
|
"module": "dist/tmagic-form-runtime.js",
|
|
"types": "types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./types/index.d.ts",
|
|
"import": "./dist/tmagic-form-runtime.js",
|
|
"require": "./dist/tmagic-form.umd-runtime.cjs"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"types"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"peerDependencies": {
|
|
"@tmagic/core": ">=1.5.0",
|
|
"@tmagic/editor": ">=1.5.0",
|
|
"element-plus": ">=2.8.0",
|
|
"vue": ">=3.5.0",
|
|
"typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@tmagic/core": {
|
|
"optional": true
|
|
},
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|