{
  "name": "check-ends-with-period",
  "version": "3.0.2",
  "description": "Check the text is ends with period mark.",
  "keywords": [
    "text",
    "natural-language",
    "nlp"
  ],
  "homepage": "https://github.com/azu/check-ends-with-period",
  "bugs": {
    "url": "https://github.com/azu/check-ends-with-period/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/azu/check-ends-with-period.git"
  },
  "license": "MIT",
  "author": "azu",
  "type": "module",
  "directories": {
    "test": "test"
  },
  "files": [
    "bin/",
    "lib/",
    "module/",
    "src/"
  ],
  "scripts": {
    "build": "tsc -p . && tsc -p ./tsconfig.cjs.json && tsconfig-to-dual-package",
    "watch": "tsc -p . --watch",
    "prepublishOnly": "npm run build",
    "test": "mocha",
    "clean": "git clean -fx module/ lib/"
  },
  "dependencies": {
    "emoji-regex": "^10.1.0"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.11.18",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1",
    "tsconfig-to-dual-package": "^1.0.7",
    "typescript": "^4.9.4"
  },
  "packageManager": "yarn@1.22.19"
}