{ "name": "nsb", "version": "1.0.0", "description": "node static blog", "main": "./core/app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node ./core/app.js" }, "keywords": [ "nodejs", "blog", "github", "pages", "html", "templates", "markdown", "static", "compiler" ], "bin": { "nsb": "./core/app.js" }, "devDependencies": { "@types/ejs": "^2.3.33", "@types/markdown-it": "*", "@types/node": "*" }, "dependencies": { "chalk": "^2.3.0", "ejs": "^2.5.6", "markdown-it": "^8.3.1" }, "author": "xlmnxp", "license": "MIT" }