simple-lazy-debounce
Version:
Lazy delay support debounce function
54 lines (53 loc) • 1.4 kB
JSON
{
"name": "simple-lazy-debounce",
"version": "0.0.24",
"type": "module",
"license": "MIT",
"description": "Lazy delay support debounce function",
"keywords": [
"lodash",
"debounce",
"lazy",
"delay",
"utils",
"function"
],
"author": "youngho.jeon",
"repository": {
"type": "git",
"url": "git+https://github.com/yhzion/simple-lazy-debounce.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build --base=./ && rollup -c rollup.config.cjs",
"lint:init": "eslint --init",
"lint": "eslint --fix src",
"format": "prettier --write \"src/**/*.{js,ts,tsx,json,css,scss,md}\"",
"test": "jest"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"babel-jest": "^29.7.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"rollup-plugin-dts": "^6.1.1",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"vite-plugin-eslint": "^1.8.1"
}
}