{
  "name": "nice-numbers",
  "version": "1.0.0",
  "description": "Integer sequences, number types and more",
  "keywords": [
    "nice",
    "numbers",
    "sequences",
    "series",
    "sets",
    "prime",
    "positive",
    "negative",
    "integer",
    "cube",
    "even",
    "factorial",
    "fibonacci",
    "natural",
    "odd",
    "powers",
    "square",
    "star",
    "triangular"
  ],
  "author": "Pera Urosevic",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pera-urosevic/nice-numbers.git"
  },
  "homepage": "https://github.com/pera-urosevic/nice-numbers#readme",
  "scripts": {
    "test": "jest",
    "lint": "tslint -p tsconfig.json",
    "build": "tsc --project tsconfig.build.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "devDependencies": {
    "@types/jest": "^28.1.5",
    "jest": "^28.1.2",
    "ts-jest": "^28.0.5",
    "tslint": "^6.1.3",
    "typescript": "^4.7.4"
  }
}
