woocommerce/plugins/woocommerce-admin/packages/customer-effort-score/package.json

29 lines
747 B
JSON
Raw Normal View History

{
"name": "@woocommerce/customer-effort-score",
"version": "0.0.0",
"description": "WooCommerce utility to measuring user satisfaction.",
"author": "Automattic",
"license": "GPL-3.0-or-later",
"keywords": [
"wordpress",
"woocommerce"
],
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/main/packages/customer-effort-score/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.12.5"
},
"publishConfig": {
"access": "public"
}
}