UNPKG

frontend-util-everything

Version:
41 lines (40 loc) 960 B
{ "name": "frontend-util-everything", "version": "1.2.1", "description": "This is frntend util package", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "types/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx jsdoc -t node_modules/tsd-jsdoc/dist -r src/ -d types/ && rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/jasonzxw/frontend-util.git" }, "keywords": [ "util", "dom", "array", "object", "number", "math", "date", "data structure", "async", "Is" ], "author": "jason_zuo", "license": "MIT", "bugs": { "url": "https://github.com/jasonzxw/frontend-util/issues" }, "homepage": "https://github.com/jasonzxw/frontend-util#readme", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "rollup": "^4.41.1", "tsd-jsdoc": "^2.5.0" } }