2020-11-09 07:17:08 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/notices",
|
2022-02-21 03:27:45 +00:00
|
|
|
"version": "4.0.0",
|
2020-11-09 07:17:08 +00:00
|
|
|
"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": {
|
2022-03-08 02:11:12 +00:00
|
|
|
"@wordpress/a11y": "^2.15.3",
|
|
|
|
"@wordpress/data": "^6.3.0",
|
|
|
|
"@wordpress/notices": "^3.3.2"
|
2021-03-12 03:58:51 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"lodash": "^4.17.0"
|
2020-11-09 07:17:08 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2021-04-12 20:58:19 +00:00
|
|
|
},
|
2021-07-14 20:38:57 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-03-04 04:01:16 +00:00
|
|
|
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
|
2021-07-14 20:38:57 +00:00
|
|
|
"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
|
|
|
|
"start": "tsc --build --watch",
|
2022-03-04 04:01:16 +00:00
|
|
|
"prepack": "pnpm run clean && pnpm run build"
|
2021-07-14 20:38:57 +00:00
|
|
|
}
|
2020-11-09 07:17:08 +00:00
|
|
|
}
|