{
  "name": "3xpr",
  "version": "1.15.27",
  "description": "expressions",
  "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>",
  "license": "Apache-2.0 License",
  "main": "index.js",
  "homepage": "https://github.com/data7expressions/3xpr#readme",
  "bugs": {
    "url": "https://github.com/data7expressions/3xpr/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/data7expressions/3xpr.git"
  },
  "standard-version": {
    "header": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n\n## Versions\n"
  },
  "scripts": {
    "test": "npx jest --config jest-unit-config.json"
  },
  "dependencies": {
    "typ3s": "^1.0.9",
    "h3lp": "^1.14.2"
  },
  "keywords": [
    "expression",
    "expressions",
    "exp",
    "parser",
    "eval",
    "evaluator"
  ],
  "tags": [
    "expression",
    "expressions",
    "exp",
    "parser",
    "eval",
    "evaluator"
  ],
  "types": "index.d.ts"
}