This commit is contained in:
Cris Stringfellow 2024-07-31 18:36:22 +08:00
parent e5d256814a
commit fd8cd603b3
No known key found for this signature in database
1 changed files with 5 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
"name": "downloadnet",
"version": "3.0.6",
"version": "4.0.0",
"type": "module",
"description": "Library server and an archivist browser controller.",
"main": "src/app.js",
@ -28,14 +28,6 @@
"type": "git",
"url": "git+https://github.com/dosyago/DownloadNet.git"
},
"pkg": {
"scripts": "build/**/*.js",
"assets": [
"public/**/*",
"build/vendor/**/*"
],
"outputPath": "bin"
},
"keywords": [
"archivist",
"library"
@ -63,9 +55,9 @@
"ws": "latest"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"esbuild": "0.23.0",
"eslint": "^9.8.0",
"globals": "^15.8.0"
"@eslint/js": "latest",
"esbuild": "latest",
"eslint": "latest",
"globals": "latest"
}
}