-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.25 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "cap-js-mockdata",
"version": "0.0.3",
"description": "SAP CAP plugin to generate mock data.",
"author": "Mauricio Lauffer",
"license": "MIT",
"homepage": "https://github.com/mauriciolauffer/cap-js-mockdata#readme",
"main": "cds-plugin.js",
"files": [
"cds-plugin.js"
],
"keywords": [
"sap",
"cap",
"cds",
"sap-cap",
"cap-js",
"nodejs",
"plugin",
"mockdata",
"data"
],
"workspaces": [
".",
"examples/*"
],
"scripts": {
"lint": "eslint . --cache",
"lint:ci": "eslint . -f @microsoft/eslint-formatter-sarif -o eslint.sarif",
"test": "vitest --coverage",
"test:ci": "vitest run"
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"json-2-csv": "^5.5.1"
},
"devDependencies": {
"@sap/eslint-plugin-cds": "^2.7.0",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.0",
"eslint": "^8.57.0",
"eslint-config-mlauffer-nodejs": "^1.4.6",
"supertest": "^6.3.4",
"vitest": "^1.2.2"
},
"peerDependencies": {
"@sap/cds": ">=7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mauriciolauffer/cap-js-mockdata.git"
},
"bugs": {
"url": "https://github.com/mauriciolauffer/cap-js-mockdata/issues"
}
}