{
  "name": "name-spell-checker",
  "description": "✓name-spell-checker   ✗ NameSpellChecker   ✗ name-spell-checker.js",
  "version": "0.0.4",
  "main": "dist/index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build && npm run test",
    "build": "rimraf dist esm && tsc && rollup -c",
    "test": "npm run test:node && npm run test:browser",
    "test:node": "cross-env TS_NODE_PROJECT=tsconfig.test.json nyc --reporter=lcov mocha -r ts-node/register 'test/**/*.ts'",
    "test:browser": "karma start --single-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zjffun/name-spell-checker.git"
  },
  "author": "zjffun",
  "license": "MIT",
  "files": [
    "dist",
    "esm",
    "index.d.ts"
  ],
  "bugs": {
    "url": "https://github.com/zjffun/name-spell-checker/issues"
  },
  "homepage": "https://github.com/zjffun/name-spell-checker#readme",
  "keywords": [],
  "dependencies": {
    "name-dic": "^0.0.5",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "nspell": "^2.1.5"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@rollup/plugin-typescript": "^8.2.1",
    "@types/chai": "^4.2.19",
    "@types/estree": "0.0.48",
    "@types/mocha": "^8.2.2",
    "@types/node": "^15.12.2",
    "@types/nspell": "^2.1.0",
    "chai": "^4.3.4",
    "codecov": "^3.8.2",
    "cross-env": "^7.0.3",
    "karma": "^6.3.4",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^2.1.1",
    "karma-mocha": "^2.0.1",
    "karma-typescript": "^5.5.1",
    "karma-webpack": "^5.0.0",
    "mocha": "^9.0.1",
    "nspell": "^2.1.5",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.52.1",
    "rollup-plugin-uglify": "^6.0.4",
    "ts-loader": "^9.2.3",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.2",
    "webpack": "^5.40.0"
  }
}
