Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com
at bd78f965de7df452f0c6e5d6ee09a05019fb2ac5 35 lines 771 B view raw
1{ 2 "name": "crelt", 3 "version": "1.0.6", 4 "description": "Tiny DOM-element-creation utility", 5 "main": "dist/index.cjs", 6 "type": "module", 7 "exports": { 8 "import": "./index.js", 9 "require": "./dist/index.cjs" 10 }, 11 "module": "index.js", 12 "types": "index.d.ts", 13 "scripts": { 14 "prepare": "rollup -c" 15 }, 16 "repository": { 17 "type": "git", 18 "url": "git+https://github.com/marijnh/crelt.git" 19 }, 20 "keywords": [ 21 "dom", 22 "creation", 23 "crel" 24 ], 25 "author": "Marijn Haverbeke <marijn@haverbeke.berlin>", 26 "license": "MIT", 27 "bugs": { 28 "url": "https://github.com/marijnh/crelt/issues" 29 }, 30 "homepage": "https://github.com/marijnh/crelt#readme", 31 "devDependencies": { 32 "rollup": "^2.0.5", 33 "rollup-plugin-copy": "^3.4.0" 34 } 35}