mstf-kit
Version:
一个现代化的 JavaScript/TypeScript 工具库,提供了丰富的常用工具函数
98 lines (97 loc) • 2.21 kB
JSON
{
"name": "mstf-kit",
"version": "0.4.8",
"description": "一个现代化的 JavaScript/TypeScript 工具库,提供了丰富的常用工具函数",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"files": [
"dist",
"README.md",
"README.en.md",
"SERVER_INTEGRATION.md",
"SERVER_INTEGRATION.en.md"
],
"sideEffects": false,
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && npm run build:bundle",
"build:bundle": "vite build",
"build:prod": "NODE_ENV=production npm run build",
"prepare": "npm run build:prod"
},
"keywords": [
"utils",
"typescript",
"javascript",
"record",
"tools",
"mstf",
"mstf-kit",
"audio",
"audio-player",
"audio-player-kit",
"lottie",
"lottie-web",
"lottie-player",
"lottie-player-kit",
"plyr",
"plyr-player",
"video-player",
"media-player",
"vue3",
"vue3 lottie",
"工具库",
"实用工具",
"音频播放器",
"视频播放器",
"媒体播放器",
"动画播放器",
"vue3 动画播放器",
"vue3 音频播放器",
"vue3 视频播放器",
"websocket"
],
"author": "mustafa",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://gitee.com/xsid/mstf-kit"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/node-task/record/blob/master/LICENSE"
}
],
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.13.10",
"glob": "^11.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^26.0.0",
"rimraf": "^6.0.1",
"terser": "^5.29.1",
"ts-jest": "^29.2.6",
"typescript": "^5.2.2",
"vite": "^6.2.1",
"vite-plugin-dts": "^4.5.3"
},
"dependencies": {
"@lottiefiles/dotlottie-web": "^0.8.1",
"plyr": "^3.7.8"
}
}