mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 10:49:51 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			732 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			732 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "version": "1.0.2",
 | 
						|
  "name": "@tmagic/utils",
 | 
						|
  "main": "dist/tmagic-utils.umd.js",
 | 
						|
  "module": "dist/tmagic-utils.es.js",
 | 
						|
  "types": "dist/types/src/index.d.ts",
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "import": "./dist/tmagic-utils.es.js",
 | 
						|
      "require": "./dist/tmagic-utils.umd.js"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "license": "Apache-2.0",
 | 
						|
  "scripts": {
 | 
						|
    "build": "vite build"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=14"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/Tencent/tmagic-editor.git"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@tmagic/schema": "1.0.2",
 | 
						|
    "moment": "^2.29.2"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/node": "^15.12.4",
 | 
						|
    "typescript": "^4.3.4",
 | 
						|
    "vite": "^ 2.9.13",
 | 
						|
    "vite-plugin-dts": "^0.9.6"
 | 
						|
  }
 | 
						|
}
 |