-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 933 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
{
"name": "@session.js/bun-network",
"version": "1.0.10",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Viktor Shchelochkov <[email protected]> (https://hloth.dev)",
"repository": {
"type": "git",
"url": "git+https://github.com/sessionjs/bun-network.git"
},
"bugs": {
"url": "https://github.com/sessionjs/bun-network/issues"
},
"homepage": "https://github.com/sessionjs/bun-network#readme",
"description": "Bun.sh network connector for @session.js/client",
"type": "module",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"scripts": {
"build": "rm -rf dist && tsc --project tsconfig.build.json"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@session.js/errors": "^1.0.10",
"@session.js/types": "^1.0.8",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/bun": "^1.1.6",
"@types/lodash": "^4.17.7"
}
}