add UV, break dynamic

This commit is contained in:
Thomas Dohmke
2023-10-01 23:44:58 -04:00
parent ca0ab1b52b
commit 181acbfe3c
22 changed files with 191 additions and 133 deletions
+12 -11
View File
@@ -5,24 +5,25 @@
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polarisdevs/Polaris.git"
"type": "git",
"url": "git+https://github.com/polarisdevs/Polaris.git"
},
"keywords": [
"games",
"unblocked",
"proxy"
"games",
"unblocked",
"proxy"
],
"author": "Polaris Developments",
"license": "GNU-3.0-or-later",
"homepage": "https://github.com/polarisdevs/Polaris#readme",
"dependencies": {
"@tomphttp/bare-server-node": "*",
"cors": "*",
"express": "*",
"mime": "*"
"@tomphttp/bare-server-node": "*",
"cors": "*",
"easyviolet": "github:Russell2259/Easyviolet",
"express": "*",
"mime": "*"
}
}
}