43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@woocommerce/notices",
|
|
"version": "3.1.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.2",
|
|
"@wordpress/data": "4.27.3",
|
|
"@wordpress/notices": "1.12.0"
|
|
},
|
|
"peerDependencies": {
|
|
"lodash": "^4.17.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "npx rimraf build build-*",
|
|
"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
|
|
"start": "tsc --build --watch",
|
|
"prepack": "npm run clean && npm run build"
|
|
}
|
|
}
|