{
  "name": "@hankei6km/jest-mock-nuxt-content",
  "version": "0.1.1",
  "description": "nuxt-content mock for jest",
  "author": "hankei6km <hankei6km@gmail.com> (https://github.com/hankei6km)",
  "repository": {
    "type": "git",
    "url": "git://github.com/hankei6km/jest-mock-nuxt-content.git"
  },
  "bugs": {
    "url": "https://github.com/hankei6km/jest-mock-nuxt-content/issues"
  },
  "license": "MIT",
  "keywords": [
    "nuxt",
    "nuxt-content",
    "jest",
    "mock"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "clean": "rm dist/*",
    "upgrade-interactive": "npm-check --update",
    "csb:test": "npm test -- --runInBand --watchAll"
  },
  "devDependencies": {
    "@types/jest": "^27.0.2",
    "@types/node": "^16.10.2",
    "jest": "^27.2.4",
    "nodemon": "^2.0.13",
    "ts-jest": "^27.0.5",
    "ts-node": "^10.2.1",
    "typescript": "^4.4.3"
  }
}
