UNPKG

@notion-md-converter/qiita

Version:
52 lines 1.31 kB
{ "name": "@notion-md-converter/qiita", "version": "0.12.1", "description": "Notion to Qiita Markdown Converter", "license": "MIT", "author": "malvageee (https://github.com/salvage0707)", "engines": { "node": ">=24.0.0" }, "keywords": [ "notion-md-converter", "notion", "notion-api", "qiita", "markdown", "converter" ], "repository": { "url": "https://github.com/salvage0707/notion-md-converter.git", "type": "git", "directory": "packages/notion-md-converter-qiita" }, "files": [ "dist" ], "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "dependencies": { "@notion-md-converter/core": "0.12.1" }, "devDependencies": { "@notion-md-converter/config": "0.12.1", "@notion-md-converter/types": "0.12.1", "@notion-md-converter/testing": "0.12.1" }, "scripts": { "dev": "rollup -c -w", "test": "vitest", "test:once": "vitest run", "check-types": "tsc --noEmit", "build": "rollup -c", "build:size": "find dist -type f -exec ls -l {} \\; | awk '{total += $5} END {print \"Total size in KB:\", total/1024}'" } }