-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 973 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
36
37
{
"name": "@kodado/kodado-js",
"version": "1.0.6",
"browser": "dist/index.js",
"main": "dist_node/index.js",
"types": "dist/index.d.ts",
"type": "module",
"description": "kodado's javascript client",
"repository": {
"type": "git",
"url": "git+https://github.com/kodado/kodado-js.git"
},
"scripts": {
"build": "bun run build.mjs",
"prepublishOnly": "bun run build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"files": ["dist"],
"keywords": ["bun"],
"devDependencies": {
"@types/bun": "^1.0.0",
"@types/web": "^0.0.143",
"bun-plugin-dts": "^0.2.1",
"graphql-tag": "^2.12.6",
"typescript": "^5.2.2",
"vitepress": "^1.2.2"
},
"dependencies": {
"@graphql-tools/schema": "^10.0.3",
"amazon-cognito-identity-js": "^6.3.12",
"graphql": "^16.8.1",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1"
}
}