mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-01 00:57:01 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			554 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			554 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "version": "1.0.0-rc.5",
 | |
|   "name": "@tmagic/schema",
 | |
|   "sideEffects": false,
 | |
|   "main": "dist/tmagic-schema.umd.js",
 | |
|   "module": "dist/tmagic-schema.es.js",
 | |
|   "types": "dist/types/src/index.d.ts",
 | |
|   "scripts": {
 | |
|     "build": "vite build"
 | |
|   },
 | |
|   "engines": {
 | |
|     "node": ">=14"
 | |
|   },
 | |
|   "license": "Apache-2.0",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/Tencent/tmagic-editor.git"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/node": "^15.12.4",
 | |
|     "typescript": "^4.3.4",
 | |
|     "vite": "^2.3.7",
 | |
|     "vite-plugin-dts": "^0.9.6"
 | |
|   }
 | |
| }
 |