{
	"name": "sew-itools.js",
	"version": "1.0.6",
	"description": "",
	"main": "./dist/itools.js",
	"module": "./dist/itools.esm.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"build": "rollup -c rollup.config.js",
		"watch": "rollup -c rollup.config.js --watch"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/KeChenH/itools.git"
	},
	"bugs": {
		"url": "https://github.com/KeChenH/itools/issues"
	},
	"homepage": "https://github.com/KeChenH/itools#readme",
	"keywords": [
		"clone",
		"cloneDeep",
		"cookie",
		"debounce",
		"throttle",
		"download",
		"type",
		"typeof",
		"getParam",
		"getUrlParam",
		"trim",
		"uniqueId",
		"trim array object"
	],
	"author": "",
	"license": "ISC",
	"devDependencies": {
		"rollup-plugin-terser": "^7.0.0",
		"@babel/core": "^7.8.4",
		"@babel/preset-env": "^7.8.4",
		"rollup-plugin-babel": "^4.3.3"
	}
}