-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
34 lines (34 loc) · 844 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
{
"name": "cidr-tools",
"version": "11.0.2",
"author": "silverwind <[email protected]>",
"description": "Tools to work with IPv4 and IPv6 CIDR",
"repository": "silverwind/cidr-tools",
"license": "BSD-2-Clause",
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"dependencies": {
"ip-bigint": "^8.2.0"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-silverwind": "91.0.6",
"eslint-config-silverwind-typescript": "8.0.6",
"typescript-config-silverwind": "6.0.0",
"updates": "16.4.0",
"versions": "12.1.2",
"vite": "5.4.2",
"vite-config-silverwind": "3.0.0",
"vitest": "2.0.5",
"vitest-config-silverwind": "9.1.0"
}
}