initializing npm project

This commit is contained in:
Adam 2023-09-06 14:07:18 -05:00
parent 7f5b6487c4
commit 0b128ca914
2 changed files with 24 additions and 0 deletions

13
package-lock.json generated Normal file
View File

@ -0,0 +1,13 @@
{
"name": "cors-proxy-nginx",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cors-proxy-nginx",
"version": "1.0.0",
"license": "ISC"
}
}
}

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "cors-proxy-nginx",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}