UNPKG

@tryfabric/martian

Version:

Converts Markdown to Notion Blocks and RichText

51 lines (50 loc) 1.16 kB
{ "name": "@tryfabric/martian", "version": "1.2.4", "description": "Converts Markdown to Notion Blocks and RichText", "repository": "https://github.com/tryfabric/martian", "main": "build/src/index.js", "types": "build/src/index.d.ts", "scripts": { "test": "jest", "lint": "gts lint", "clean": "gts clean", "precompile": "ts-node scripts/languageMap.ts", "compile": "tsc", "fix": "gts fix", "prepare": "npm run compile", "pretest": "npm run compile", "posttest": "npm run lint" }, "keywords": [ "markdown", "notion", "parser", "gfm" ], "engines": { "node": ">=15" }, "author": "Richard Robinson", "license": "ISC", "dependencies": { "@notionhq/client": "^1.0.4", "remark-gfm": "^1.0.0", "remark-math": "^4.0.0", "remark-parse": "^9.0.0", "unified": "^9.2.1" }, "devDependencies": { "@types/jest": "^27", "@types/node": "^15.12.4", "gts": "^3.1.0", "jest": "^27.0.4", "linguist-languages": "^7.15.0", "ts-jest": "^27.0.3", "ts-node": "^10.0.0", "typescript": "^4.3.4" }, "publishConfig": { "access": "public" } }