{
  "name": "eyereasonerjs",
  "version": "0.0.3",
  "description": "A TypeScript wrapper for the EYE reasoner",
  "main": "lib/eye.js",
  "types": "lib/eye.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "N3",
    "Logic", 
    "Reasoning"
  ],
  "author": "Miel Vander Sande",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.2.4",
    "@types/node": "^12.11.1",
    "jest": "^29.3.1",
    "prettier": "^2.8.1",
    "ts-jest": "^29.0.3",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": ""
  },
  "repository": "github:eyereasoner/eye.js",
  "files": [
    "lib/**/*"
  ],
  "dependencies": {
    "@types/tmp": "^0.2.3",
    "tmp-promise": "^3.0.3"
  }
}
