{
  "name": "jondown",
  "version": "0.0.7",
  "description": "This project was built with Init-Typescript-Project",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "test:ci": "npm run test:all",
    "test:all": "npm run test -- -c jest.config.all.js",
    "test:watch": "npm run test -- --watch",
    "test:integration": "npm run test -- -c jest.config.integration.js",
    "build:watch": "./node_modules/typescript/bin/tsc --watch",
    "start:dev": "npm run build && node dist/index.js",
    "prebuild": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/config.ts",
    "build": "./scripts/build.sh",
    "build:clean": "./scripts/build.sh -c",
    "prepublishOnly": "./scripts/prepublish.sh",
    "publish:npm": "./scripts/push.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlexGaiser/jondown"
  },
  "bin": "",
  "keywords": [
    "CLI",
    "Typescript",
    "productivity",
    "easy",
    "tool"
  ],
  "author": "Alex Gaiser",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AlexGaiser/jondown"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/AlexGaiser/jondown#readme",
  "devDependencies": {
    "@types/jest": "^29.2.4",
    "@types/node": "^18.11.17",
    "@types/yargs": "^17.0.17",
    "@typescript-eslint/eslint-plugin": "^5.47.0",
    "@typescript-eslint/parser": "^5.47.0",
    "eslint": "^8.30.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest": "^27.1.7",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.11",
    "jest": "^29.3.1",
    "prettier": "^2.8.1",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.4"
  }
}
