mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
46 lines
867 B
JSON
46 lines
867 B
JSON
{
|
|
"version": "1.4.19",
|
|
"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"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.19.0",
|
|
"rimraf": "^3.0.2",
|
|
"vite": "^5.3.5"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|