{ "name": "file-header", "version": "0.1.0", "description": "A CLI tool for generating file header from a configuration file and an EJS template.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "file-header": "./main.js" }, "author": { "name": "Harish.K", "email": "harish2704@gmail.com" }, "license": "MIT", "dependencies": { "ejs": "^2.5.3" }, "repository": { "type": "git", "url": "git+https://github.com/harish2704/file-header.git" }, "bugs": { "url": "https://github.com/harish2704/file-header/issues" }, "keywords": [ "file-header", "ejs", "cli" ], "homepage": "https://github.com/harish2704/file-header#readme" }