{
  "name": "next-htaccess-generator",
  "version": "1.0.4",
  "description": "This is a simple package to generate htaccess file from next build.",
  "main": "index.js",
  "scripts": {
    "build": "node index.js"
  },
  "keywords": [
    "next",
    "htaccess",
    "generator",
    "build"
  ],
  "bin": {
    "next-htaccess-generator": "./index.js"
  },
  "author": "Jay Sandip Parmar",
  "license": "ISC"
}