UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

51 lines (50 loc) 1.51 kB
{ "name": "notion-page-to-html", "version": "1.2.0", "description": "It converts public notion pages to html from url", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prebuild": "rm -rf ./dist", "build": "tsc -p tsconfig.build.json", "lint": "eslint '*/**/*.{js,ts}' --quiet --fix", "lint:staged": "lint-staged", "test": "jest --passWithNoTests --silent --noStackTrace --runInBand", "test:watch": "npm test -- --watch", "test:verbose": "jest --passWithNoTests --runInBand", "test:staged": "npm test -- --findRelatedTests", "test:ci": "npm test -- --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/asnunes/notion-page-to-html.git" }, "keywords": [ "notion", "page", "html" ], "author": "Alexandre Nunes", "license": "MIT", "bugs": { "url": "https://github.com/asnunes/notion-page-to-html/issues" }, "homepage": "https://github.com/asnunes/notion-page-to-html#readme", "devDependencies": { "@types/jest": "^27.0.2", "@types/nock": "^11.1.0", "@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/parser": "^4.31.2", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "git-commit-msg-linter": "^3.2.8", "husky": "^7.0.2", "jest": "^27.2.2", "lint-staged": "^11.1.2", "nock": "^13.1.3", "prettier": "^2.4.1", "ts-jest": "^27.0.5", "typescript": "^4.4.3" } }