43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@woocommerce/explat",
|
|
"version": "1.1.3",
|
|
"description": "WooCommerce component and utils for A/B testing.",
|
|
"author": "Automattic",
|
|
"license": "GPL-2.0-or-later",
|
|
"keywords": [
|
|
"wordpress",
|
|
"woocommerce",
|
|
"abtest",
|
|
"explat"
|
|
],
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/main/packages/explat/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",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@automattic/explat-client": "0.0.2",
|
|
"@automattic/explat-client-react-helpers": "0.0.2",
|
|
"cookie": "^0.4.1",
|
|
"qs": "6.9.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cookie": "0.4.1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|