{
  "name": "yatte",
  "version": "3.0.0-alpha.1",
  "description": "Yet Another Text Templating Engine",
  "files": [
    "/LICENSE",
    "/README.md",
    "/src/**"
  ],
  "main": "src/index.js",
  "scripts": {
    "patch": "npm version patch",
    "test": "nyc --reporter=lcov --reporter=text-summary mocha",
    "preversion": "npm test",
    "dryrun": "npm pack --dry-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opendocx/yatte.git"
  },
  "keywords": [
    "yatte",
    "text",
    "templating",
    "engine"
  ],
  "author": {
    "name": "Lowell Stewart",
    "email": "lowell@opendocx.com"
  },
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/opendocx/yatte/issues",
    "email": "lowell@opendocx.com"
  },
  "homepage": "https://github.com/opendocx/yatte#readme",
  "devDependencies": {
    "eslint": "^6.8.0",
    "mocha": "^10.2.0",
    "nyc": "^14.1.1",
    "standard": "^13.1.0"
  },
  "dependencies": {
    "angular-expressions": "1.0.0",
    "date-fns": "^2.30.0",
    "fast-deep-equal": "^2.0.1",
    "number-to-words-en": "^1.2.5",
    "numeral": "^2.0.6"
  }
}
