UNPKG

handle-tool

Version:

A collection of commonly used tool functions

57 lines (56 loc) 1.4 kB
{ "name": "handle-tool", "version": "1.0.0", "type": "module", "description": "A collection of commonly used tool functions", "files": [ "dist", "index.d.ts" ], "main": "./dist/handle-tool.umd.js", "module": "./dist/handle-tool.es.js", "types": "./index.d.ts", "exports": { "types": "./index.d.ts", "import": "./dist/handle-tool.es.js", "require": "./dist/handle-tool.umd.js" }, "scripts": { "dev": "vite", "build": "vue-tsc && vite build" }, "keywords": [ "Verify data type、Turn off", "Anti shake", "Throttling", "Phone number desensitization", "Enable full screen", "full screen", "Case conversion" ], "author": "patton", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/renleiabc/handle-tool.git" }, "bugs": { "url": "https://github.com/renleiabc/handle-tool/issues" }, "devDependencies": { "@types/node": "^20.11.3", "@typescript-eslint/parser": "^6.19.0", "@vitejs/plugin-vue": "^5.0.3", "eslint": "^8.56.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-vue": "^9.20.1", "prettier": "^3.2.2", "typescript": "^5.3.3", "vite": "^5.0.10", "vue": "^3.4.14", "vue-tsc": "^1.8.27" } }