{ "name": "bingopress-framework", "version": "0.1.0", "description": "a Simple WordPress Utility Library for building better Plugins and Themes.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "release": "bingopressenv release-it --" }, "repository": { "type": "git", "url": "git+https://github.com/artistudioxyz/bingopress-framework.git" }, "author": "Agung Sundoro", "license": "ISC", "bugs": { "url": "https://github.com/artistudioxyz/bingopress-framework/issues" }, "homepage": "https://github.com/artistudioxyz/bingopress-framework#readme", "devDependencies": { "@commitlint/cli": "^17.3.0", "@commitlint/config-conventional": "^17.3.0", "@prettier/plugin-php": "^0.19.2", "@release-it/conventional-changelog": "^5.1.1", "bingopressenv-cli": "^6.0.0", "husky": "^8.0.2", "prettier": "^2.8.1", "release-it": "^15.5.1" }, "lint-staged": { "src/**/*.php": "prettier --write" } }