{
  "name": "nodelink",
  "version": "0.0.2",
  "description": "Nodelink Project Manager",
  "type": "module",
  "engines": {
    "node": ">=14.16"
  },
  "bin": {
    "nodelink": "./dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "dev": "nodemon --exec \"npm run build\"",
    "build": "run-s build:*",
    "build:pre": "node ./devops/npm/build.js --pre",
    "build:cli": "tsc",
    "build:post": "node ./devops/npm/build.js --post"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cadgerfeast/nodelink.git"
  },
  "keywords": [
    "nodelink"
  ],
  "author": "Jérémie Pichon <contact@cadgerfeast.com>",
  "bugs": {
    "url": "https://github.com/cadgerfeast/nodelink/issues"
  },
  "homepage": "https://github.com/cadgerfeast/nodelink#readme",
  "devDependencies": {
    "@types/inquirer": "^9.0.3",
    "@types/node": "^18.11.7",
    "@types/yargs": "^17.0.13",
    "nodemon": "^2.0.20",
    "npm-run-all": "^4.1.5",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "chalk": "^5.1.2",
    "eta": "^2.0.0",
    "inquirer": "^9.1.4",
    "yargs": "^17.6.0"
  }
}
