UNPKG

muzidigbig-utils-npm

Version:

一个日常开发积累的工具包。 每次 npm publish 都需要修改 package.json version版本号保证其唯一。

38 lines (37 loc) 636 B
{ "type": "module", "name": "muzidigbig-utils-npm", "version": "1.0.13", "description": "", "main": "src/index.js", "scripts": { "test": "jest" }, "keywords": [ "muzidigbig", "utils", "npm", "tools", "array", "screen", "scroll", "deepClone", "JSON", "datetime", "autoScale", "深拷贝", "数组去重", "统计数量", "数组扁平化", "scale大屏适配" ], "author": "muzidigbig", "license": "ISC", "devDependencies": { "jest": "^29.7.0" }, "dependencies": { "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9" } }