UNPKG

fe-js-utils

Version:

前端代码质量检测及国际化处理相关js脚本工具

47 lines (46 loc) 1.02 kB
{ "name": "fe-js-utils", "version": "0.1.4", "description": "前端代码质量检测及国际化处理相关js脚本工具", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "scripts": { "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "fe-js-utils": "dist/index.js" }, "author": "LaiYoung_", "license": "MIT", "files": [ "dist" ], "keywords": [ "前端代码质量", "国际化处理", "中文提取", "中文替换", "一键替换", "FE", "fe", "code-quality", "js", "js-utils" ], "peerDependencies": { "prettier": "^3.6.2" }, "devDependencies": { "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9", "@rollup/plugin-node-resolve": "^16.0.1", "babel-loader": "^10.0.0", "prettier": "^3.6.2", "rollup": "^4.40.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-delete": "^3.0.1", "rollup-plugin-terser": "^7.0.2" } }