UNPKG

@commercetools-test-data/utils

Version:

Data model for commercetools platform common types

33 lines 798 B
{ "name": "@commercetools-test-data/utils", "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": "utils" }, "keywords": [ "javascript", "typescript", "test-data" ], "license": "MIT", "publishConfig": { "access": "public" }, "main": "dist/commercetools-test-data-utils.cjs.js", "module": "dist/commercetools-test-data-utils.esm.js", "files": [ "dist", "package.json", "LICENSE", "README.md" ], "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", "@faker-js/faker": "^9.0.0" } }