UNPKG

notion-block-renderer

Version:
64 lines (63 loc) 1.69 kB
{ "name": "notion-block-renderer", "version": "2.3.13", "description": "Notion Block to React Components.", "main": "dist/index.js", "types": "./dist/index.d.ts", "scripts": { "test": "jest", "build": "rm -r dist; tsc; rm -r dist/__test__; rm -r dist/example; yarn test -u;", "patch": "npm version patch; npm run build", "minor": "npm version minor; npm run build", "major": "npm version major; npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/takux/notion-block-renderer.git" }, "author": "Takuma Fujimoto", "keywords": [ "notion", "react", "nextjs", "block", "api", "renderer", "mapper" ], "license": "MIT", "bugs": { "url": "https://github.com/takux/notion-block-renderer/issues" }, "homepage": "https://github.com/takux/notion-block-renderer#readme", "devDependencies": { "@babel/preset-env": "^7.18.6", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@notionhq/client": "^1.0.4", "@testing-library/react": "^13.3.0", "@types/jest": "^28.1.4", "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "@types/react-syntax-highlighter": "^15.5.2", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^28.1.2", "jest": "^28.1.2", "next": "^12.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", "typescript": "^4.7.4" }, "files": [ "!dist/__test__", "!dist/src/__test__", "dist", "src/styles.css", "!**/__test__", "!example" ], "dependencies": { "react-syntax-highlighter": "^15.5.0" } }