{ "name": "smashballoon-customizer", "version": "1.0.0", "description": "Smashballoon customizer library.", "main": "index.js", "scripts": { "build": "webpack build --config ./webpack.config.js --stats verbose", "start": "webpack serve --mode=development --hot" }, "repository": { "type": "git", "url": "git+https://github.com/awesomemotive/sb-customizer.git" }, "author": "Ahmed Hussein ", "license": "ISC", "bugs": { "url": "https://github.com/awesomemotive/sb-customizer/issues" }, "homepage": "https://github.com/awesomemotive/sb-customizer#readme", "dependencies": { "@wordpress/hooks": "^3.5.0" }, "devDependencies": { "@babel/core": "^7.17.8", "@babel/preset-env": "^7.16.11", "babel-loader": "^8.2.4", "terser-webpack-plugin": "^5.3.1", "webpack": "^5.91.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.7.4" } }