mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 18:52:18 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			919 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			919 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": "catalog:",
 | 
						|
    "typescript": "catalog:"
 | 
						|
  },
 | 
						|
  "peerDependenciesMeta": {
 | 
						|
    "@tmagic/core": {
 | 
						|
      "optional": true
 | 
						|
    },
 | 
						|
    "typescript": {
 | 
						|
      "optional": true
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |