57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "@woocommerce/data",
|
|
"version": "3.0.0",
|
|
"description": "WooCommerce Admin data store and utilities",
|
|
"author": "Automattic",
|
|
"license": "GPL-3.0-or-later",
|
|
"keywords": [
|
|
"wordpress",
|
|
"woocommerce",
|
|
"data"
|
|
],
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/main/packages/data/README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/woocommerce/woocommerce-admin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/woocommerce/woocommerce-admin/issues"
|
|
},
|
|
"main": "build/index.js",
|
|
"module": "build-module/index.js",
|
|
"react-native": "src/index",
|
|
"dependencies": {
|
|
"@woocommerce/date": "file:../date",
|
|
"@woocommerce/navigation": "file:../navigation",
|
|
"@wordpress/api-fetch": "6.0.1",
|
|
"@wordpress/compose": "5.1.1",
|
|
"@wordpress/core-data": "4.1.0",
|
|
"@wordpress/data": "6.2.1",
|
|
"@wordpress/data-controls": "2.3.1",
|
|
"@wordpress/deprecated": "^3.3.1",
|
|
"@wordpress/element": "4.1.1",
|
|
"@wordpress/hooks": "2.11.0",
|
|
"@wordpress/i18n": "4.3.1",
|
|
"@wordpress/url": "3.4.1",
|
|
"dompurify": "^2.3.3",
|
|
"md5": "^2.3.0",
|
|
"qs": "6.9.6",
|
|
"rememo": "^3.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"@wordpress/core-data": "^4.1.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "npx rimraf tsconfig.tsbuildinfo build build-*",
|
|
"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
|
|
"start": "tsc --build --watch",
|
|
"prepack": "npm run clean && npm run build",
|
|
"test": "lerna run build && npm run test:nobuild",
|
|
"test:nobuild": "jest --config ./jest.config.json",
|
|
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
|
|
}
|
|
}
|