{ "name": "@woocommerce/date", "version": "1.2.0", "description": "WooCommerce date utilities.", "author": "Automattic", "license": "GPL-3.0-or-later", "keywords": [ "wordpress", "woocommerce", "date" ], "homepage": "https://github.com/woocommerce/woocommerce-admin/tree/master/packages/date/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": { "@babel/runtime-corejs2": "7.4.5", "@wordpress/date": "3.3.0", "@wordpress/i18n": "3.4.0", "lodash": "4.17.11", "moment": "2.22.2" }, "publishConfig": { "access": "public" } }