{ "name": "@woocommerce/ai", "version": "0.1.0-beta.0", "description": "Utilities for usage in AI features across WooCommerce.", "author": "Automattic", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "woocommerce" ], "homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/ai/README.md", "repository": { "type": "git", "url": "https://github.com/woocommerce/woocommerce.git" }, "bugs": { "url": "https://github.com/woocommerce/woocommerce/issues" }, "main": "build/index.js", "module": "build-module/index.js", "types": "build-types", "react-native": "src/index", "sideEffects": [ "build-style/**", "src/**/*.scss" ], "private": true, "dependencies": { "@wordpress/api-fetch": "wp-6.0", "@wordpress/compose": "wp-6.0", "@wordpress/core-data": "wp-6.0", "@wordpress/element": "wp-6.0", "classnames": "^2.3.1", "debug": "^4.3.3", "dompurify": "^2.3.6", "prop-types": "^15.8.1", "react-router-dom": "^6.3.0" }, "devDependencies": { "@babel/core": "^7.21.3", "@babel/runtime": "^7.17.2", "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^13.5.0", "@types/debug": "^4.1.7", "@types/dompurify": "^2.3.3", "@types/jest": "^27.4.1", "@types/react": "^17.0.2", "@types/testing-library__jest-dom": "^5.14.3", "@types/wordpress__core-data": "^2.4.5", "@woocommerce/eslint-plugin": "workspace:*", "@woocommerce/internal-js-tests": "workspace:*", "@woocommerce/internal-style-build": "workspace:*", "@wordpress/browserslist-config": "wp-6.0", "concurrently": "^7.0.0", "copy-webpack-plugin": "^9.1.0", "css-loader": "^3.6.0", "eslint": "^8.32.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "postcss": "^8.4.7", "postcss-loader": "^4.3.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-hooks^8.0.1": "link:@testing-library/react-hooks^8.0.1", "rimraf": "^3.0.2", "sass-loader": "^10.2.1", "ts-jest": "^27.1.3", "typescript": "^5.1.6", "webpack": "^5.70.0", "webpack-cli": "^3.3.12" }, "scripts": { "turbo:build": "pnpm run build:js && pnpm run build:css", "turbo:test": "jest --config ./jest.config.json --passWithNoTests", "prepare": "composer install", "changelog": "composer exec -- changelogger", "clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*", "build": "pnpm -w exec turbo run turbo:build --filter=$npm_package_name", "test": "pnpm test:js", "test:js": "pnpm -w exec turbo run turbo:test --filter=$npm_package_name --", "lint": "eslint --output-file eslint_report.json --format json src", "build:js": "tsc --project tsconfig.json && tsc --project tsconfig-cjs.json", "build:css": "webpack", "start": "concurrently \"tsc --project tsconfig.json --watch\" \"tsc --project tsconfig-cjs.json --watch\" \"webpack --watch\"", "prepack": "pnpm run clean && pnpm run build", "lint:fix": "eslint src --fix" }, "peerDependencies": { "@types/react": "^17.0.2", "@wordpress/data": "wp-6.0", "react": "^17.0.2", "react-dom": "^17.0.2" } }