mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-10-01 23:40:01 +08:00
42 lines
985 B
JSON
42 lines
985 B
JSON
{
|
|
"version": "1.0.0-rc.5",
|
|
"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",
|
|
"test": "jest --maxWorkers=8",
|
|
"test:coverage": "jest --maxWorkers=16 --coverage"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"@tmagic/schema": "^1.0.0-rc.5",
|
|
"moment": "^2.29.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.5.1",
|
|
"@types/node": "^15.12.4",
|
|
"jest": "^27.5.1",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"jest-transform-stub": "^2.0.0",
|
|
"ts-jest": "^27.1.4",
|
|
"typescript": "^4.3.4",
|
|
"vite": "^2.3.7",
|
|
"vite-plugin-dts": "^0.9.6"
|
|
}
|
|
}
|