{ "name": "cookbook", "version": "1.0.0", "main": "server.js", "bin": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "keywords": [], "author": "Theis Gaedigk", "license": "ISC", "description": "", "dependencies": { "ejs": "^3.1.10", "express": "^5.1.0", "marked": "^15.0.12" }, "pkg": { "assets": [ "public/**/*", "views/**/*" ] } }