first commit

This commit is contained in:
编码猿
2025-09-09 08:57:01 +08:00
commit 01c6885a2b
5 changed files with 186 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "ipv6",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"express": "^5.1.0"
},
"devDependencies": {},
"scripts": {
"start": "node-dev index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}