21 lines
433 B
JSON
21 lines
433 B
JSON
{
|
|
"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"
|
|
}
|