UNPKG

fuyao-web-utils

Version:
37 lines (36 loc) 845 B
{ "name": "fuyao-web-utils", "version": "1.0.4", "description": "JavaScript常用工具库", "main": "./dist/index.js", "module": "./es/index.js", "unpkg": "./lib/index.js", "scripts": { "build": "rollup -c rollup.config.js" }, "author": "fuyao", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/mingyang11/web-utils.git" }, "keywords": [ "JavaScript" ], "bugs": { "url": "https://github.com/mingyang11/web-utils/issues" }, "homepage": "https://github.com/mingyang11/web-utils#readme", "publishConfig": { "access": "public" }, "devDependencies": { "rollup": "^4.40.0", "rollup-plugin-clear": "^2.0.7", "rollup-plugin-typescript2": "^0.36.0", "typescript": "^5.8.3" }, "dependencies": { "@rollup/plugin-terser": "^0.4.4" } }