-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
67 lines (67 loc) · 1.85 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
67
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@sanity-typed/faker",
"version": "0.0.0-development",
"description": "Generate Mock Data from Sanity Schemas",
"keywords": [
"sanity",
"sanity-io",
"types",
"typescript",
"cms",
"headless",
"realtime",
"content",
"faker",
"faker.js",
"fakerjs",
"faker-js",
"fake data generator",
"fake data",
"fake-data",
"fake-generator",
"fake-data-generator",
"fake content generator",
"fake contextual data generator",
"fake contextual data"
],
"homepage": "https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/faker",
"bugs": "https://github.com/saiichihashimoto/sanity-typed/issues",
"repository": "github:saiichihashimoto/sanity-typed",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/saiichihashimoto"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "tsup",
"dev": "npm run build -- --no-clean"
},
"dependencies": {
"@portabletext-typed/types": "0.0.0-development",
"@sanity-typed/types": "0.0.0-development",
"fast-json-stable-stringify": "2.1.0",
"lodash": "4.17.21",
"randexp": "0.5.3",
"type-fest": "4.30.2"
},
"devDependencies": {
"@faker-js/faker": "9.2.0",
"@jest/globals": "29.7.0",
"@saiichihashimoto/test-utils": "1.1.0",
"@sanity-typed/traverse-validation": "0.0.0-development",
"@sanity-typed/tsconfig": "0.0.0-development",
"@sanity-typed/utils": "0.0.0-development",
"@sanity-typed/zod": "0.0.0-development"
},
"peerDependencies": {
"@faker-js/faker": "^8.3.0",
"typescript": "5.4.2 || 5.4.3 || 5.4.4 || 5.4.5 || 5.5.2 || 5.5.3 || 5.5.4 || 5.6.2 || 5.6.3"
},
"engines": {
"node": "^18.17.0 || ^20.18.0"
}
}