-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.31 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.31 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "axis-monorepo",
"version": "0.0.0",
"description": "Unified network toolkit featuring IP manipulation, RDAP client/server, DNS management with DoH support",
"private": true,
"scripts": {
"dev": "pnpm -r dev",
"build": "pnpm -r build",
"lint": "basis lint --all",
"postinstall": "pnpm dev && basis git setup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funish/axis.git"
},
"keywords": [
"dns",
"rdap",
"ip",
"network",
"dns-management",
"doh",
"cloudflare",
"vercel",
"dnspod",
"domain",
"records",
"typescript",
"h3",
"cidr",
"ipv4",
"ipv6"
],
"author": {
"name": "Funish",
"email": "contact@funish.net",
"url": "http://www.funish.net/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/funish/axis/issues"
},
"homepage": "https://github.com/funish/axis#readme",
"devDependencies": {
"@funish/basis": "0.1.2",
"@prettier/plugin-oxc": "0.0.4",
"@types/node": "24.10.1",
"oxlint": "1.28.0",
"oxlint-tsgolint": "0.6.0",
"prettier": "3.6.2",
"unbuild": "3.6.1"
},
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c"
}