{
  "name": "@cactusoft/pandora",
  "description": "Pandora packager for cactusoft construction",
  "version": "0.1.0",
  "author": "Pierre-Luc Champigny",
  "bin": {
    "pandora": "./bin/run"
  },
  "bugs": "https://github.com/cactusoft-ca/pandora/issues",
  "dependencies": {
    "@oclif/command": "^1.8.0",
    "@oclif/config": "^1.17.0",
    "@oclif/plugin-help": "^3.2.2",
    "csv-parser": "^3.0.0",
    "js-yaml": "^4.0.0",
    "rxjs": "^6.6.6",
    "tar-stream": "^2.2.0",
    "tslib": "^1.14.1",
    "xlsx": "^0.16.9"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1.26.0",
    "@oclif/test": "^1.2.8",
    "@types/chai": "^4.2.15",
    "@types/js-yaml": "^4.0.0",
    "@types/mocha": "^5.2.7",
    "@types/node": "^10.17.55",
    "@types/tar-stream": "^2.2.0",
    "chai": "^4.3.3",
    "eslint": "^5.16.0",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.1.0",
    "globby": "^10.0.2",
    "mocha": "^8.3.1",
    "nyc": "^14.1.1",
    "rimraf": "^3.0.2",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.9"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/cactusoft-ca/pandora",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "pandora",
    "plugins": [
      "@oclif/plugin-help"
    ]
  },
  "repository": "cactusoft-ca/pandora",
  "scripts": {
    "postpack": "rimraf oclif.manifest.json",
    "posttest": "eslint . --ext .ts --config .eslintrc",
    "prepack": "rimraf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
    "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif-dev readme && git add README.md"
  },
  "types": "lib/index.d.ts"
}
