{ "name": "@woocommerce/data", "version": "1.4.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": "2.2.8", "@wordpress/compose": "3.23.1", "@wordpress/core-data": "3.0.0", "@wordpress/element": "2.19.0", "@wordpress/hooks": "2.11.0", "@wordpress/data": "5.0.0", "@wordpress/data-controls": "2.0.0", "@wordpress/i18n": "3.17.0", "@wordpress/url": "2.21.0", "md5": "^2.3.0", "rememo": "^3.0.0" }, "devDependencies": { "@woocommerce/wc-admin-settings": "file:../wc-admin-settings" }, "publishConfig": { "access": "public" }, "peerDependencies": { "@wordpress/core-data": "^3.0.0" }, "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", "test": "lerna run build && npm run test:nobuild", "test:nobuild": "jest --config ./jest.config.json", "test-staged": "jest --bail --config ./jest.config.json --findRelatedTests" } }