{ "name": "@woocommerce/notices", "version": "4.0.0", "description": "State management for notices.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "notices" ], "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/notices/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/notices" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "main": "build/index.js", "module": "build-module/index.js", "react-native": "src/index", "dependencies": { "@wordpress/a11y": "^2.15.3", "@wordpress/data": "^6.3.0", "@wordpress/notices": "^3.3.2" }, "peerDependencies": { "lodash": "^4.17.0" }, "publishConfig": { "access": "public" }, "private": true, "scripts": { "clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*", "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json", "start": "tsc --build --watch", "prepack": "pnpm run clean && pnpm run build" } }