{
  "name": "newf",
  "version": "1.0.10",
  "description": "Helps implement an export/import pattern. Creates a folder. Inside that folder, it creates a file and an index file. It exports the new file from the sibling index. It will also export the new folder from the current index.",
  "main": "src/index.js",
  "bin": "src/index.js",
  "scripts": {
    "start": "node src/index.js"
  },
  "keywords": [
    "export",
    "import",
    "js",
    "ts",
    "jsx",
    "tsx"
  ],
  "author": "Zach Nugent",
  "license": "MIT",
  "dependencies": {
    "inquirer": "^8.2.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrzachnugent/newf.git"
  },
  "homepage": "https://github.com/mrzachnugent/newf#readme",
  "bugs": {
    "url": "https://github.com/mrzachnugent/newf/issues"
  },
  "publishConfig": {
    "access": "public",
    "branches": [
      "main"
    ]
  }
}
