{
  "name": "oppa",
  "version": "0.4.0",
  "description": "😌  Super easy typesafe options parser for Node.js",
  "author": "Gustaf Räntilä",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/grantila/oppa/issues"
  },
  "homepage": "https://github.com/grantila/oppa#readme",
  "engines": {
    "node": ">=10"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "directories": {},
  "scripts": {
    "build": "rimraf dist && tsc -p tsconfig.prod.json",
    "test": "CI=1 FORCE_COLOR=1 jest",
    "cz": "git-cz"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grantila/oppa.git"
  },
  "keywords": [
    "oppa",
    "argument",
    "option",
    "parser",
    "options",
    "arguments"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "devDependencies": {
    "@types/jest": "^26.0.23",
    "@types/node": "^15.12.2",
    "commitizen": "^4.2.4",
    "coveralls": "3.1.0",
    "cz-conventional-changelog": "^3.3.0",
    "jest": "^27.0.4",
    "rimraf": "3.0.2",
    "ts-jest": "^27.0.3",
    "ts-node": "^9.0.0",
    "typescript": "4.3.2"
  },
  "dependencies": {
    "chalk": "^4.1.1"
  }
}
