{ "name": "vfx2", "version": "1.0.0", "description": "", "main": "script.js", "scripts": { "dev": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express": "^4.18.2", "http-server": "^14.1.1" } }