-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 911 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@commercetools-test-data/core",
"version": "10.12.0",
"description": "This package provides the core functions to define the data models",
"bugs": "https://github.com/commercetools/test-data/issues",
"repository": {
"type": "git",
"url": "https://github.com/commercetools/test-data.git",
"directory": "core"
},
"keywords": ["javascript", "test-data"],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "dist/commercetools-test-data-core.cjs.js",
"module": "dist/commercetools-test-data-core.esm.js",
"preconstruct": {
"entrypoints": ["./index.ts", "./test-utils.ts"]
},
"files": ["dist", "test-utils", "package.json", "LICENSE", "README.md"],
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@faker-js/faker": "^9.0.0",
"@types/lodash": "^4.17.0",
"lodash": "^4.17.21"
}
}