{ "name": "@woocommerce/notices", "version": "4.0.1", "description": "State management for notices.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "engines": { "node": "^20.11.1", "pnpm": "9.1.3" }, "keywords": [ "wordpress", "gutenberg", "notices" ], "homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/notices/README.md", "repository": { "type": "git", "url": "https://github.com/woocommerce/woocommerge.git", "directory": "packages/js/notices" }, "bugs": { "url": "https://github.com/woocommerce/woocommerce/issues" }, "main": "build/index.js", "module": "build-module/index.js", "types": "build-types", "react-native": "src/index", "files": [ "build", "build-module", "build-types" ], "scripts": { "build": "pnpm --if-present --workspace-concurrency=Infinity --stream --filter=\"$npm_package_name...\" '/^build:project:.*$/'", "build:project": "pnpm --if-present '/^build:project:.*$/'", "build:project:cjs": "wireit", "build:project:esm": "wireit", "changelog": "XDEBUG_MODE=off composer install --quiet && composer exec -- changelogger", "lint": "pnpm --if-present '/^lint:lang:.*$/'", "lint:fix": "pnpm --if-present '/^lint:fix:lang:.*$/'", "lint:fix:lang:js": "eslint src --fix", "lint:lang:js": "eslint src", "prepack": "pnpm build", "watch:build": "pnpm --if-present --workspace-concurrency=Infinity --filter=\"$npm_package_name...\" --parallel '/^watch:build:project:.*$/'", "watch:build:project": "pnpm --if-present run '/^watch:build:project:.*$/'", "watch:build:project:cjs": "wireit", "watch:build:project:esm": "wireit" }, "lint-staged": { "*.(t|j)s?(x)": [ "pnpm lint:fix" ] }, "dependencies": { "@wordpress/a11y": "wp-6.0", "@wordpress/data": "wp-6.0", "@wordpress/notices": "wp-6.0" }, "peerDependencies": { "lodash": "^4.17.0", "react": "17.0.x", "react-dom": "17.0.x" }, "publishConfig": { "access": "public" }, "private": true, "devDependencies": { "@automattic/data-stores": "^2.0.1", "@babel/core": "^7.23.5", "@types/lodash": "^4.14.202", "@types/wordpress__data": "6.0.0", "@types/wordpress__notices": "3.5.0", "@woocommerce/eslint-plugin": "workspace:*", "concurrently": "^7.6.0", "eslint": "^8.55.0", "jest": "27.5.x", "jest-cli": "27.5.x", "redux": "^4.2.1", "rimraf": "5.0.5", "ts-jest": "29.1.x", "typescript": "5.3.x", "wireit": "0.14.3" }, "config": { "ci": { "lint": { "command": "lint", "changes": "src/**/*.{js,jsx,ts,tsx}" } } }, "wireit": { "build:project:cjs": { "command": "tsc --project tsconfig-cjs.json", "clean": "if-file-deleted", "files": [ "tsconfig-cjs.json", "src/**/*.{js,jsx,ts,tsx}", "typings/**/*.ts" ], "output": [ "build" ], "dependencies": [ "dependencyOutputs" ] }, "watch:build:project:cjs": { "command": "tsc --project tsconfig-cjs.json --watch", "service": true }, "build:project:esm": { "command": "tsc --project tsconfig.json", "clean": "if-file-deleted", "files": [ "tsconfig.json", "src/**/*.{js,jsx,ts,tsx}", "typings/**/*.ts" ], "output": [ "build-module", "build-types" ], "dependencies": [ "dependencyOutputs" ] }, "watch:build:project:esm": { "command": "tsc --project tsconfig.json --watch", "service": true }, "dependencyOutputs": { "allowUsuallyExcludedPaths": true, "files": [ "node_modules/@woocommerce/eslint-plugin/configs", "node_modules/@woocommerce/eslint-plugin/rules", "node_modules/@woocommerce/eslint-plugin/index.js", "package.json" ] } } }