-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.16 KB
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
{
"name": "@cratecode/client",
"version": "1.0.14",
"scripts": {
"build": "tsc",
"proto": "./build-proto.sh"
},
"description": "A set of helpers for interacting with Cratecode.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/Cratecode/client.git",
"author": "Cratecode",
"license": "Apache-2.0",
"files": [
"dist",
"README.md",
"LICENSE"
],
"dependencies": {
"@protobuf-ts/runtime": "^2.9.4",
"axios": "^1.6.8",
"form-data": "^4.0.0",
"image-size": "^1.1.1",
"lodash": "^4.17.21",
"walkdir": "^0.4.1",
"ws": "^8.17.0"
},
"devDependencies": {
"@protobuf-ts/plugin": "^2.9.4",
"@types/lodash": "^4.17.4",
"@types/node": "^20.12.12",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^9.3.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.4"
}
}