-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 loc) · 1.29 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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@sanity-typed/groq-js",
"version": "0.0.0-development",
"description": "groq-js with typed GROQ Results",
"keywords": [
"sanity",
"sanity-io",
"types",
"typescript",
"cms",
"headless",
"realtime",
"content",
"api",
"json",
"groq",
"query",
"groq-js"
],
"homepage": "https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/groq-js",
"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": {
"@sanity-typed/groq": "0.0.0-development",
"type-fest": "4.26.1"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@saiichihashimoto/test-utils": "1.1.0",
"@sanity-typed/tsconfig": "0.0.0-development",
"groq-js": "1.13.0"
},
"peerDependencies": {
"groq-js": "^1.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"
}
}