-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 831 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 831 Bytes
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
{
"bin": {
"socket": "./bin/socket.js"
},
"description": "Thin Socket CLI wrapper that downloads and delegates to @socketsecurity/cli",
"devDependencies": {
"vitest": "3.0.5"
},
"engines": {
"node": ">=18"
},
"files": [
"bin/",
"dist/"
],
"license": "MIT",
"name": "socket",
"optionalDependencies": {
"@socketbin/cli-alpine-arm64": "1.0.0",
"@socketbin/cli-alpine-x64": "1.0.0",
"@socketbin/cli-darwin-arm64": "1.0.0",
"@socketbin/cli-darwin-x64": "1.0.0",
"@socketbin/cli-linux-arm64": "1.0.0",
"@socketbin/cli-linux-x64": "1.0.0",
"@socketbin/cli-win32-arm64": "1.0.0",
"@socketbin/cli-win32-x64": "1.0.0"
},
"scripts": {
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest"
},
"version": "1.0.0"
}