This commit is contained in:
parent
e5d256814a
commit
fd8cd603b3
18
package.json
18
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue