-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 966 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 966 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
35
{
"name": "oui",
"version": "13.1.7",
"author": "silverwind <me@silverwind.io>",
"description": "CLI to look up MAC addresses for their vendor in the IEEE OUI database",
"repository": "silverwind/oui",
"license": "BSD-2-Clause",
"type": "module",
"sideEffects": false,
"bin": "./dist/index.js",
"files": [
"dist"
],
"dependencies": {
"oui-data": "^1.1.571"
},
"devDependencies": {
"@types/node": "25.6.0",
"@typescript/native-preview": "7.0.0-dev.20260420.1",
"eslint": "10.2.1",
"eslint-config-silverwind": "131.0.5",
"jest-extended": "7.0.0",
"nano-spawn": "2.1.0",
"tsdown": "0.21.9",
"tsdown-config-silverwind": "2.1.0",
"typescript": "6.0.3",
"typescript-config-silverwind": "18.0.0",
"updates": "17.15.5",
"updates-config-silverwind": "2.1.0",
"versions": "15.0.0",
"vitest": "4.1.4",
"vitest-config-silverwind": "11.3.0"
},
"packageManager": "pnpm@10.33.0"
}