{
  "name": "nikel",
  "version": "1.1.2",
  "description": "Node.js API wrapper for Nikel API.",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nikel-api/nikel-ts.git"
  },
  "keywords": [
    "uoft",
    "api"
  ],
  "author": "Daren Liang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nikel-api/nikel-ts/issues"
  },
  "homepage": "https://github.com/nikel-api/nikel-ts#readme",
  "devDependencies": {
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "axios": "^0.21.1"
  }
}
