{
    "name": "@hamworks/user-profile-block",
    "version": "0.0.3",
    "author": "Hiroshi Urabe <urabe@ham.works> (https://ham.works)",
    "dependencies": {},
    "devDependencies": {
        "@wordpress/browserslist-config": "2.7.0",
        "@wordpress/scripts": "^12.1.1",
        "cssnano": "^4.1.10",
        "postcss-import": "^12.0.1",
        "postcss-import-resolver": "^2.0.0",
        "postcss-omit-import-tilde": "^1.0.1",
        "postcss-preset-env": "^6.7.0",
        "postcss-pxtorem": "^4.0.1",
        "prettier": "npm:wp-prettier@^2.0.4"
    },
    "license": "GPL-2.0+",
    "main": "build/index.js",
    "release-it": {
        "hooks": {
            "before:bump": "bash ./bin/build.sh user-profile-block ${version}",
            "after:bump": "bash ./bin/create-zip.sh user-profile-block",
            "after:release": "bash ./bin/cleanup.sh user-profile-block"
        },
        "github": {
            "release": true,
            "assets": [
                "user-profile-block.zip"
            ]
        },
        "npm": {
            "publish": false
        }
    },
    "repository": {
        "url": "git@github.com:team-hamworks/user-profile-block.git",
        "type": "git"
    },
    "scripts": {
        "build": "NODE_ENV=production npm run build:dev",
        "build:dev": "wp-scripts build",
        "env": "wp-scripts env",
        "lint-js": "wp-scripts lint-js src",
        "lint-js:fix": "npm run lint-js -- --fix",
        "packages-update": "wp-scripts packages-update",
        "start": "wp-scripts start"
    },
    "wp-env": {
        "plugin-dir": "user-profile-block",
        "plugin-name": "user-profile-block",
        "welcome-build-command": "npm run start"
    }
}
