{
  "name": "@honux/mathf",
  "version": "0.1.2",
  "description": "JavaScript library that provides constants and static methods for common mathematical functions",
  "main": "lib/mathf.js",
  "scripts": {
    "prepare" : "npm run build",
    "prepublishOnly" : "npm test && npm run lint",
    "test": "jest --config jestconfig.json",
    "preversion" : "npm run lint",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json"
  },
  "files": ["lib/**/*"],
  "repository": {
    "type": "git",
    "url": "https://github.com/honux77/mathf"
  },
  "keywords": [
    "math",
    "mathf",
    "isOdd",
    "isEven"
  ],
  "author": "Hoyoung Jung",
  "license": "MIT",
  "devDependencies": {
    "prettier": "^2.2.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.1.3"
  }
}
