remarkableslides
Version:
Build Markdown files into slides using remark.js
61 lines (60 loc) • 1.46 kB
JSON
{
"name": "remarkableslides",
"version": "0.0.91",
"description": "Build Markdown files into slides using remark.js",
"type": "module",
"bin": {
"remarkableslides": "./lib/cli.js"
},
"directories": {
"lib": "lib"
},
"files": [
"lib/",
"package.json",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./lib/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anderslatif/remarkableslides.git"
},
"keywords": [
"remark.js",
"slides",
"presentation",
"markdown",
"linting"
],
"author": "Anders Latif",
"license": "MIT",
"bugs": {
"url": "https://github.com/anderslatif/remarkableslides/issues"
},
"homepage": "https://github.com/anderslatif/remarkableslides#readme",
"dependencies": {
"colors": "^1.4.0",
"commander": "^12.0.0",
"connect-livereload": "^0.6.1",
"dictionary-en": "^4.0.0",
"express": "^4.19.2",
"livereload": "^0.9.3",
"nodemon": "latest",
"remark": "^15.0.1",
"remark-parse": "^11.0.0",
"remark-pdf": "^0.0.13",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-recommended": "^6.1.3",
"remark-retext": "^6.0.0",
"remark-toc": "^9.0.0",
"retext-english": "^5.0.0",
"retext-spell": "^6.1.0",
"unified": "^11.0.4",
"vfile": "^6.0.1",
"vfile-reporter": "^8.1.0"
}
}