matt-tools
Version:
个人工具
32 lines (31 loc) • 677 B
JSON
{
"name": "matt-tools",
"version": "1.0.1",
"description": "",
"main": "./dist/bundle.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"matt-tools",
"countDown",
"debounce",
"throttle"
],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.16.5",
"@babel/runtime-corejs3": "^7.16.5",
"core-js": "^3.20.1"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"babel-loader": "^8.2.3",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}