{
  "name": "mw-collegiate",
  "version": "1.0.1",
  "description": "This package provides type definitions and html output for entries retrieved from Merriam Webster's Collegiate Dictionary API.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json --passWithNoTests",
    "build": "rimraf lib && tsc",
    "format": "prettier --write \"src/**/*.(ts|js)\"",
    "lint": "eslint . --ext .ts",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukebui/mw-collegiate.git"
  },
  "keywords": [
    "dictionary",
    "api",
    "merriam webster",
    "collegiate"
  ],
  "author": "Luke Bui",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lukebui/mw-collegiate/issues"
  },
  "homepage": "https://github.com/lukebui/mw-collegiate#readme",
  "files": [
    "lib/**/*"
  ],
  "devDependencies": {
    "@types/jest": "^26.0.21",
    "@typescript-eslint/eslint-plugin": "^4.18.0",
    "@typescript-eslint/parser": "^4.18.0",
    "eslint": "^7.22.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-config-typescript": "^3.0.0",
    "eslint-plugin-prettier": "^3.3.1",
    "jest": "^26.6.3",
    "prettier": "2.2.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.4",
    "typescript": "^4.2.3"
  },
  "dependencies": {}
}
