{
  "name": "@oglabs/calc",
  "version": "4.0.10",
  "main": "dist/index.js",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rimraf dist && tsc -b",
    "build:watch": "tsc -p . --watch",
    "check:types": "tsc --noEmit",
    "prepublish": "yarn build",
    "prettier": "prettier src/**/* --write",
    "test": "jest"
  },
  "author": "LORD <km.hariharasudhan@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/kmhari/og.git"
  },
  "bugs": {
    "url": "https://github.com/kmhari/og/issues"
  },
  "dependencies": {
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@types/lodash.merge": "^4.6.6",
    "fast-formula-parser": "^1.0.18",
    "lodash.merge": "^4.6.2"
  },
  "gitHead": "ff96c0f6fba3c3b65246b4ec860a3aab9227c48d"
}
