UNPKG

@commercetools-test-data/commons

Version:

Data model for commercetools platform common types

40 lines 1.13 kB
{ "name": "@commercetools-test-data/commons", "version": "10.18.2", "description": "Data model for commercetools platform common types", "bugs": "https://github.com/commercetools/test-data/issues", "repository": { "type": "git", "url": "https://github.com/commercetools/test-data.git", "directory": "models/commons" }, "keywords": [ "javascript", "typescript", "test-data" ], "license": "MIT", "publishConfig": { "access": "public" }, "main": "dist/commercetools-test-data-commons.cjs.js", "module": "dist/commercetools-test-data-commons.esm.js", "files": [ "dist", "package.json", "LICENSE", "README.md" ], "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", "@commercetools-test-data/core": "10.18.2", "@commercetools-test-data/graphql-types": "10.18.2", "@commercetools-test-data/product-discount": "10.18.2", "@commercetools-test-data/utils": "10.18.2", "@commercetools/platform-sdk": "8.8.0", "@faker-js/faker": "^9.0.0", "@types/lodash": "^4.17.0", "lodash": "^4.17.21" } }