{
  "name": "@muffin-dev/init",
  "version": "0.1.16",
  "description": "Node.js projects initializer, used for most of Muffin Dev's apps and packages.",
  "main": "./index.js",
  "bin": {
    "init": "bin/index.js"
  },
  "directories": {
    "bin": "bin",
    "doc": "doc",
    "lib": "lib"
  },
  "files": [
    "bin/**/*",
    "lib/**/*",
    "doc/**/*",
    "templates/**/*",
    "index.d.ts",
    "index.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "types": "./index.d.ts",
  "scripts": {
    "build": "node build.js && tsc",
    "lint": "eslint ./src/**/*.ts",
    "prepare": "npm run lint && npm run build",
    "preversion": "npm run lint",
    "test": "npm run build && node bin/index.js ./test-project --no-install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/muffin-dev/nodejs/app-initializer.git"
  },
  "keywords": [
    "app",
    "initializer",
    "typescript",
    "heroku"
  ],
  "author": "Hubert GROSSIN",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/muffin-dev/nodejs/app-initializer/issues"
  },
  "homepage": "https://gitlab.com/muffin-dev/nodejs/app-initializer#readme",
  "devDependencies": {
    "@muffin-dev/eslint-config": "^1.0.4",
    "@types/cli-progress": "^3.8.0",
    "@types/inquirer": "^7.3.1",
    "@types/node": "^14.0.14",
    "@types/validate-npm-package-name": "^3.0.2",
    "@typescript-eslint/eslint-plugin": "^3.8.0",
    "@typescript-eslint/parser": "^3.8.0",
    "eslint": "^7.6.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-unicorn": "^21.0.0",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@muffin-dev/js-helpers": "^1.7.2",
    "@muffin-dev/node-helpers": "^1.3.2",
    "axios": "^0.21.1",
    "cli-progress": "^3.9.0",
    "commander": "^7.0.0",
    "inquirer": "^7.3.3",
    "sort-package-json": "^1.48.1",
    "validate-npm-package-name": "^3.0.0"
  }
}
