-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
66 lines (66 loc) · 1.56 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
57
58
59
60
61
62
63
64
65
66
{
"name": "msw-auto-mock",
"version": "0.22.0",
"description": "Generate random mock data from OpenAPI descriptions for msw.",
"main": "dist/cli.js",
"bin": {
"msw-auto-mock": "./bin/cli.js"
},
"scripts": {
"build": "tsup",
"fmt": "prettier {example,src}/**/*.{js,jsx,ts,tsx,css,md,html} --write",
"test": "vitest run",
"release": "changeset publish"
},
"author": "zoubingwu<[email protected]>",
"license": "MIT",
"dependencies": {
"@ai-sdk/anthropic": "0.0.27",
"@ai-sdk/azure": "0.0.10",
"@ai-sdk/openai": "0.0.34",
"@apidevtools/swagger-parser": "10.1.0",
"ai": "3.2.16",
"cac": "6.7.14",
"cosmiconfig": "9.0.0",
"lodash": "4.17.21",
"prettier": "3.3.2",
"swagger2openapi": "7.0.8",
"ts-pattern": "5.2.0"
},
"devDependencies": {
"@changesets/cli": "2.27.7",
"@types/lodash": "4.17.6",
"@types/node": "20.14.9",
"lefthook": "1.6.18",
"oazapfts": "6.1.0",
"openapi-types": "12.1.3",
"tsup": "8.1.0",
"typescript": "5.5.3",
"vitest": "1.6.0"
},
"peerDependencies": {
"@faker-js/faker": "8.2.0",
"msw": "2.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoubingwu/msw-auto-mock.git"
},
"bugs": {
"url": "https://github.com/zoubingwu/msw-auto-mock/issues"
},
"homepage": "https://github.com/zoubingwu/msw-auto-mock",
"files": [
"dist"
],
"keywords": [
"msw",
"mock",
"service-worker",
"openapi"
],
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected]"
}