@commercetools-test-data/product
Version:
Data models for commercetools API Product
43 lines • 1.33 kB
JSON
{
"name": "@commercetools-test-data/product",
"version": "10.18.2",
"description": "Data models for commercetools API Product",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
"type": "git",
"url": "https://github.com/commercetools/test-data.git",
"directory": "models/product"
},
"keywords": [
"javascript",
"typescript",
"test-data"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "dist/commercetools-test-data-product.cjs.js",
"module": "dist/commercetools-test-data-product.esm.js",
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-test-data/category": "10.18.2",
"@commercetools-test-data/channel": "10.18.2",
"@commercetools-test-data/commons": "10.18.2",
"@commercetools-test-data/core": "10.18.2",
"@commercetools-test-data/graphql-types": "10.18.2",
"@commercetools-test-data/product-selection": "10.18.2",
"@commercetools-test-data/product-type": "10.18.2",
"@commercetools-test-data/tax-category": "10.18.2",
"@commercetools-test-data/utils": "10.18.2",
"@commercetools/platform-sdk": "8.8.0",
"@faker-js/faker": "^9.0.0"
}
}