{
  "name": "notion-page-to-semantic-html",
  "version": "0.9.1",
  "description": "Notion CMS library using official notion api",
  "main": "dist/src/index.js",
  "types": "@types/globals.d.ts",
  "scripts": {
    "clean": "npm-run-all clean:*",
    "clean:remove-dist": "shx rm -rf dist",
    "build": "npm-run-all clean:* build:*",
    "build:source-module": "tsc",
    "build:styles": "sass src/styles.scss dist/styles.css && shx cp src/styles.scss dist",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cloverhearts/notion-api-to-html.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cloverhearts/notion-api-to-html/issues"
  },
  "homepage": "https://github.com/cloverhearts/notion-api-to-html#readme",
  "devDependencies": {
    "@babel/preset-env": "^7.19.1",
    "@babel/preset-typescript": "^7.18.6",
    "@notionhq/client": "^2.2.2",
    "@types/jest": "^29.4.0",
    "jest": "^29.0.3",
    "microbundle": "^0.15.1",
    "npm-run-all": "^4.1.5",
    "sass": "^1.57.1",
    "shx": "^0.3.4",
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "cross-fetch": "^3.1.5"
  }
}
