-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 832 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
30
31
32
33
34
35
{
"name": "next-sanity-client",
"version": "1.0.8",
"description": "sanity client for next.js with support for app directory",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fedeya/next-sanity-client.git"
},
"keywords": [
"next",
"sanity",
"client",
"next-sanity-client"
],
"author": "Fedeya <elfedeminaya@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fedeya/next-sanity-client/issues"
},
"homepage": "https://github.com/Fedeya/next-sanity-client#readme",
"devDependencies": {
"typescript": "^4.9.5",
"next": "latest"
},
"peerDependencies": {
"next": "latest"
}
}