{
  "name": "notion-api-js",
  "version": "2.4.0",
  "description": "",
  "repository": "https://github.com/Frexeptabel/notion-api/",
  "main": "dist/notion.js",
  "types": "dist/notion.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "build": "tsc",
    "start": "node dist/index.js"
  },
  "homepage": "https://github.com/Frexeptabel/notion-api/",
  "files": [
    "dist/"
  ],
  "keywords": [
    "nodejs",
    "notion",
    "api",
    "api-wrapper",
    "api-client"
  ],
  "author": "Tim Raderschad",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^12.0.8",
    "node-fetch": "^2.3.0",
    "slugify": "^1.3.5"
  },
  "devDependencies": {
    "@types/node-fetch": "^2.3.7",
    "typescript": "^3.5.2"
  }
}
