mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 02:28:04 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			914 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			914 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "version": "1.2.0-beta.24",
 | 
						|
  "name": "@tmagic/utils",
 | 
						|
  "type": "module",
 | 
						|
  "main": "dist/tmagic-utils.umd.cjs",
 | 
						|
  "module": "dist/tmagic-utils.js",
 | 
						|
  "types": "types/index.d.ts",
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "import": "./dist/tmagic-utils.js",
 | 
						|
      "require": "./dist/tmagic-utils.umd.cjs"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "license": "Apache-2.0",
 | 
						|
  "scripts": {
 | 
						|
    "build": "npm run build:type && vite build",
 | 
						|
    "build:type": "npm run clear:type && tsc --declaration --emitDeclarationOnly --project tsconfig.build.json",
 | 
						|
    "clear:type": "rimraf ./types"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=14"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/Tencent/tmagic-editor.git"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@tmagic/schema": "1.2.0-beta.24",
 | 
						|
    "dayjs": "^1.11.4"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/node": "^15.12.4",
 | 
						|
    "rimraf": "^3.0.2",
 | 
						|
    "typescript": "^4.7.4",
 | 
						|
    "vite": "^3.1.3"
 | 
						|
  }
 | 
						|
}
 |