{
  "name": "calculy",
  "version": "4.0.4",
  "description": "Lightweight, zero dependency calculator engine",
  "main": "./lib/index.js",
  "types": "types/index.d.ts",
  "devDependencies": {
    "@types/jest": "^26.0.22",
    "@typescript-eslint/eslint-plugin": "^4.20.0",
    "@typescript-eslint/parser": "^4.20.0",
    "concurrently": "^6.0.0",
    "eslint": "^7.23.0",
    "eslint-config-prettier": "^8.1.0",
    "husky": "^6.0.0",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "rollup": "^2.44.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.2",
    "ts-jest": "^26.5.4",
    "tslib": "^2.3.1",
    "typescript": "^4.2.3"
  },
  "scripts": {
    "build": "rm -rf dist; rm -rf lib; rm -rf types; rollup -c",
    "test": "concurrently 'jest' 'eslint' 'prettier --check .'",
    "fix": "concurrently 'eslint --fix' 'prettier --write .'"
  },
  "prepublish": "npm run build",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/ngerritsen/calculy.git"
  },
  "keywords": [
    "calculator",
    "engine",
    "algebra",
    "parser"
  ],
  "author": "Niels Gerritsen",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/ngerritsen/calculy/issues"
  },
  "files": [
    "dist",
    "lib",
    "types"
  ],
  "homepage": "https://gitlab.com/ngerritsen/calculy#readme"
}
