UNPKG

y-common-utils

Version:

工具库

37 lines (36 loc) 783 B
{ "name": "y-common-utils", "version": "1.0.1", "description": "工具库", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c" }, "type": "module", "keywords": [ "util", "y-utils", "utils", "工具", "包" ], "author": "goodidea", "publishConfig": { "access": "public" }, "license": "ISC", "devDependencies": { "typescript": "^5.2.2" }, "dependencies": { "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.5", "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-node-resolve": "^15.2.2", "@rollup/plugin-typescript": "^11.1.5", "rollup": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.6.2" } }