-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "insite-client",
"version": "2.0.10",
"description": "Client-side inSite app",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"packageManager": "[email protected]",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "bun .conveyer.js",
"postbuild": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/nesvet/insite-client.git"
},
"keywords": [
"insite",
"client",
"app"
],
"author": "Eugene Nesvetaev <[email protected]> (https://nesvet.dev/)",
"license": "MIT",
"dependencies": {
"@nesvet/n": "^1.1.7",
"eventemitter3": "^5.0.1",
"insite-common": "^2.0.0",
"insite-cookie": "^2.0.23",
"insite-subscriptions-client": "^2.0.4",
"insite-users-client": "^2.0.4",
"insite-ws": "^2.0.17",
"insite-ws-transfers": "^2.0.10"
},
"devDependencies": {
"@nesvet/conveyer": "^2.2.5",
"@nesvet/eslint-config": "^2.0.34",
"typescript": "^5.6.3"
}
}