{
  "name": "kseval",
  "version": "1.0.9",
  "description": "Ksike Expression Evaluator",
  "main": "index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "publish": "npm login && npm publish",
    "type": "npx -p typescript tsc ./index.js --target ES2022 --module commonjs --declaration --allowJs --checkJs --emitDeclarationOnly --esModuleInterop --allowSyntheticDefaultImports --outDir types"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ameksike/kseval.git"
  },
  "keywords": [
    "expression",
    "evaluator",
    "parser",
    "logic",
    "math",
    "Ksike"
  ],
  "author": {
    "name": "Antonio Membrides Espinosa",
    "email": "tonykssa@gmail.com",
    "url": "https://github.com/ameksike"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ameksike/kseval/issues"
  },
  "devDependencies": {
    "jest": "^26.6.3"
  },
  "homepage": "https://github.com/ameksike/kseval#readme"
}
