mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-26 10:59:58 +08:00
39 lines
766 B
JSON
39 lines
766 B
JSON
{
|
|
"version": "1.6.0-beta.3",
|
|
"name": "@tmagic/schema",
|
|
"type": "module",
|
|
"main": "dist/tmagic-schema.umd.cjs",
|
|
"module": "dist/tmagic-schema.js",
|
|
"types": "types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./types/index.d.ts",
|
|
"import": "./dist/tmagic-schema.js",
|
|
"require": "./dist/tmagic-schema.umd.cjs"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"types",
|
|
"src"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"directory": "packages/schema",
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "catalog:"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|