mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-12 11:22:56 +00:00
49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"name": "@tmagic/vue-runtime-help",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"main": "dist/tmagic-vue-runtime-help.umd.cjs",
|
|
"module": "dist/tmagic-vue-runtime-help.js",
|
|
"types": "types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./types/index.d.ts",
|
|
"import": "./dist/tmagic-vue-runtime-help.js",
|
|
"require": "./dist/tmagic-vue-runtime-help.umd.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.7.0",
|
|
"@tmagic/stage": ">=1.7.0",
|
|
"typescript": "catalog:",
|
|
"vue": ">=3.5.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@tmagic/core": {
|
|
"optional": true
|
|
},
|
|
"@tmagic/stage": {
|
|
"optional": true
|
|
},
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "^2.4.6"
|
|
}
|
|
} |