{
  "name": "ngitignore",
  "version": "3.0.1",
  "description": "A simple CLI package for creating a .gitignore file. This package creates a .gitignore in the current directory One time install and create .gitignore while offline",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "build": "tsc"
  },
  "bin": {
    "ngitignore": "./build/index.js"
  },
  "keywords": [
    "CLI",
    ".gitignore",
    "node",
    "express"
  ],
  "author": " <forinda82@gmail.com>",
  "license": "GPL-3.0",
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^8.2.0",
    "conf": "^10.0.3"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.18.2",
    "@babel/preset-typescript": "^7.17.12",
    "@types/commander": "^2.12.2",
    "@types/conf": "^3.0.0",
    "@types/jest": "^27.5.1",
    "jest": "^27.5.1",
    "ts-node": "^10.8.0",
    "typescript": "^4.7.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/forinda/ngitignore.git"
  },
  "bugs": {
    "url": "https://github.com/forinda/ngitignore/issues"
  },
  "homepage": "https://github.com/forinda/ngitignore#readme",
  "directories": {
    "doc": "docs"
  }
}
