mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 10:49:51 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			551 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			551 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "version": "1.0.2",
 | 
						|
  "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.9.13",
 | 
						|
    "vite-plugin-dts": "^0.9.6"
 | 
						|
  }
 | 
						|
}
 |