CLI tool to sync your Markdown to Leaflet
leafletpub atproto cli markdown
at main 60 lines 1.5 kB view raw
1{ 2 "$schema": "https://www.schemastore.org/package.json", 3 "name": "@sharpmars/leaflet-md", 4 "version": "0.3.0", 5 "license": "MIT", 6 "main": "./dist/index.mjs", 7 "types": "./dist/index.d.mts", 8 "bin": "cli.mjs", 9 "exports": { 10 ".": "./dist/index.mjs" 11 }, 12 "files": [ 13 "dist/", 14 "src", 15 "cli.mjs" 16 ], 17 "type": "module", 18 "repository": { 19 "type": "git", 20 "url": "https://tangled.org/@sharpmars.nekoweb.org/leaflet-md" 21 }, 22 "scripts": { 23 "prepack": "tsdown", 24 "publish-npm": "bun publish --access public" 25 }, 26 "devDependencies": { 27 "@atcute/atproto": "^3.1.10", 28 "@atcute/leaflet": "^1.0.19", 29 "@atcute/microcosm": "^1.0.1", 30 "@atcute/standard-site": "^1.0.1", 31 "@types/bun": "1.3.9", 32 "@types/mdast": "^4.0.4", 33 "tsdown": "^0.20.3" 34 }, 35 "peerDependencies": { 36 "typescript": "^5" 37 }, 38 "dependencies": { 39 "@atcute/cbor": "^2.3.2", 40 "@atcute/cid": "^2.4.1", 41 "@atcute/client": "^4.2.1", 42 "@atcute/tid": "^1.1.2", 43 "@napi-rs/keyring": "^1.2.0", 44 "citty": "^0.2.1", 45 "consola": "^3.4.2", 46 "dotenv": "^17.3.1", 47 "jiti": "^2.6.1", 48 "remark-frontmatter": "^5.0.0", 49 "remark-gfm": "^4.0.1", 50 "remark-parse": "^11.0.0", 51 "remark-squeeze-paragraphs": "^6.0.0", 52 "sharp": "^0.34.5", 53 "std-env": "^4.0.0-rc.1", 54 "unified": "^11.0.5", 55 "unist-util-remove-position": "^5.0.0", 56 "unist-util-visit": "^5.1.0", 57 "yaml": "^2.8.2", 58 "yocto-spinner": "^1.1.0" 59 } 60}