{
  "name": "sms-transaction-parser",
  "version": "0.2.2",
  "description": "Parse SMS for transactions to extract relevant information.",
  "keywords": [
    "typescript",
    "sms-parser",
    "sms-transaction-parser",
    "personal finance",
    "m-pesa",
    "M-PESA"
  ],
  "homepage": "https://github.com/Bryan-Cee/sms-transaction-parser#readme",
  "bugs": {
    "url": "https://github.com/Bryan-Cee/sms-transaction-parser/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Bryan-Cee/sms-transaction-parser.git"
  },
  "license": "MIT",
  "author": "Bryan-Cee",
  "main": "dist/index.js",
  "module": "dist/sms-transaction-parser.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "analyze": "size-limit --why",
    "build": "tsdx build",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "start": "tsdx watch",
    "test": "tsdx test"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^8.1.0",
    "@size-limit/webpack": "^8.1.0",
    "@size-limit/webpack-why": "^8.1.0",
    "husky": "^8.0.2",
    "size-limit": "^8.1.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4"
  },
  "peerDependencies": {},
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=8.0.0"
  },
  "resolutions": {
    "typescript": "^4.9.4"
  },
  "size-limit": [
    {
      "path": "dist/sms-transaction-parser.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/sms-transaction-parser.esm.js",
      "limit": "10 KB"
    }
  ]
}
