Test commit
This commit is contained in:
parent
c84bbe3fe6
commit
15529bafd2
1 changed files with 21 additions and 0 deletions
21
package.json
Normal file
21
package.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in a new issue