{
  "name": "make-me-a-content",
  "version": "0.3.0",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "mmac-check": "./dist/cli.js"
  },
  "files": [
    "dist/*"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "rome check",
    "lint:fix": "rome check --apply",
    "test": "jest --coverage",
    "preversion": "rm -rf ./dist && npm run build && npm run lint && npm run test",
    "postversion": "npm publish && git push --follow-tags"
  },
  "author": "antonk52",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antonk52/make-me-a-content.git"
  },
  "keywords": [
    "content",
    "generation"
  ],
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "@types/node": "^10.17.37",
    "jest": "^26.4.2",
    "prettier": "^2.1.0",
    "rome": "^10.0.4-beta",
    "ts-jest": "^26.3.0",
    "typescript": "^4.0.3"
  },
  "dependencies": {
    "arg": "^4.1.3",
    "escape-string-regexp": "^4.0.0"
  }
}
