Test commit

This commit is contained in:
Violet 2023-11-07 19:26:09 +00:00 committed by GitHub
parent c84bbe3fe6
commit 15529bafd2

21
package.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "violet-tunnel",
"version": "1.0.0",
"description": "An extremely simple nodeJS proxy for quick deployment",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/Bingus_Violet/VioletTunnel"
},
"keywords": [
"node",
"nodejs",
"proxy",
"web"
],
"author": "Violet@violets-purgatory.dev",
"license": "MIT"
}