{
  "name": "moker",
  "version": "4.3.0",
  "description": "The moker CLI",
  "repository": "https://github.com/hongaar/moker",
  "license": "MIT",
  "author": "joram@vandenboezem.nl",
  "type": "module",
  "exports": {
    "import": "./dist/index.js",
    "types": "./types/index.d.ts"
  },
  "bin": "moker.js",
  "files": [
    "dist",
    "types"
  ],
  "scripts": {
    "build": "yarn build:clean && tsc --build --force",
    "build:watch": "tsc --watch",
    "build:clean": "tsc --build --clean",
    "prepublish": "yarn build && cp ../../README.md .",
    "start": "node moker.js",
    "test": "NODE_OPTIONS='--loader=ts-node/esm --no-warnings' node --test test/*.test.ts"
  },
  "dependencies": {
    "@mokr/core": "4.3.0",
    "@mokr/plugins": "4.3.0",
    "@mokr/templates": "4.3.0",
    "bandersnatch": "2.0.0"
  },
  "devDependencies": {
    "@types/node": "20.12.7",
    "ts-node": "10.9.2",
    "typescript": "5.4.5"
  },
  "moker": {
    "plugins": [
      "typescript",
      "test"
    ]
  }
}