diff --git a/package.json b/package.json deleted file mode 100644 index f7a6847..0000000 --- a/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "debian-update-script", - "version": "1.0.0", - "description": "---\r title: \"Creating a NAT network on VirtualBox\"\r subtitle: \"Setup a private network between virtual machines with translation to the host network, in what is known as a 'NAT network'.\"\r tags: [\"cybersecurity\"]\r authors: [\"arnaldoperez\"]", - "main": "server.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "node server.js" - }, - "keywords": [], - "author": "", - "license": "ISC", - "dependencies": { - "cors": "^2.8.5", - "dotenv": "^16.4.5", - "express": "^4.19.2" - } -}