{
  "name": "@nishans/core",
  "version": "0.0.35",
  "description": "Unofficial Notion api for node.js with all crud functionalities for Space, User, Block, Page and many more",
  "keywords": [
    "notion",
    "notion-api",
    "notion client"
  ],
  "homepage": "https://github.com/Devorein/Nishan/blob/master/packages/core/README.md",
  "bugs": {
    "url": "https://github.com/Devorein/Nishan/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%40nishans%2Fcore"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Devorein/Nishan.git"
  },
  "license": "MIT",
  "author": "Safwan Shaheer <devorein00@gmail.com>",
  "main": "dist/libs/index.js",
  "typings": "dist/libs/index.d.ts",
  "directories": {
    "lib": "libs",
    "test": "tests"
  },
  "files": [
    "dist/libs",
    "dist/types"
  ],
  "scripts": {
    "build": "tsc --sourceMap false",
    "test": "npx jest --runInBand --config ../../jest.config.js"
  },
  "dependencies": {
    "@nishans/cache": "0.0.38",
    "@nishans/constants": "0.0.24",
    "@nishans/endpoints": "0.0.32",
    "@nishans/errors": "0.0.32",
    "@nishans/fabricator": "0.0.33",
    "@nishans/idz": "0.0.19",
    "@nishans/init": "0.0.23",
    "@nishans/lineage": "0.0.26",
    "@nishans/logger": "0.0.19",
    "@nishans/operations": "0.0.32",
    "@nishans/permissions": "0.0.24",
    "@nishans/traverser": "0.0.26",
    "@nishans/utils": "0.0.25",
    "@nishans/discourse": "0.0.26"
  },
  "devDependencies": {
    "@nishans/types": "0.0.35"
  },
  "publishConfig": {
    "access": "public"
  }
}