UNPKG

presentomatic

Version:
98 lines (97 loc) 2.66 kB
{ "name": "presentomatic", "version": "2.26.3", "description": "Simple presentations using markdown", "scripts": { "test": "vitest", "test:install": "node scripts/smoke-test-install.mjs", "start": "node presentomatic.js serve example-presentation", "build": "node presentomatic.js build example-presentation", "pdf": "node presentomatic.js pdf example-presentation", "lint": "eslint .", "lint:fix": "eslint --fix .", "format": "prettier --write .", "format:check": "prettier --check ." }, "bin": { "presentomatic": "presentomatic.js" }, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/tran-engineering/presentomatic.git" }, "keywords": [ "keynote", "powerpoint", "presentation", "slides" ], "author": "Khoi Tran <kt@compile.ch>", "license": "MIT", "bugs": { "url": "https://github.com/tran-engineering/presentomatic/issues" }, "homepage": "https://github.com/tran-engineering/presentomatic#readme", "dependencies": { "@eslint/js": "^10.0.1", "@sveltejs/vite-plugin-svelte": "^6.2.4", "@tsconfig/svelte": "^5.0.4", "@types/d3": "^7.1.0", "@types/events": "^3.0.0", "commander": "^15.0.0", "css-reset-and-normalize": "^2.3.5", "d3": "^7.3.0", "eslint": "^10.0.0", "eslint-plugin-svelte": "^3.14.0", "events": "^3.3.0", "github-markdown-css": "^5.8.1", "globals": "^17.3.0", "highlight.js": "^11.11.1", "marked": "^18.0.0", "mermaid": "^11.4.0", "pdf-lib": "^1.17.1", "puppeteer": "^25.0.0", "sass-embedded": "^1.90.0", "svelte": "^5.38.1", "svelte-check": "^4.3.1", "typescript": "^6.0.0", "vite": "^7.3.6" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/svelte": "^5.3.1", "eslint-config-prettier": "^10.1.8", "jsdom": "^29.0.0", "prettier": "^3.8.1", "prettier-plugin-svelte": "^4.0.0", "semantic-release": "^25.0.3", "typescript-eslint": "^8.54.0", "vitest": "^4.0.18" }, "overrides": { "eslint-plugin-svelte": { "eslint": "$eslint" }, "typescript-eslint": { "eslint": "$eslint" }, "@typescript-eslint/eslint-plugin": { "eslint": "$eslint" }, "@typescript-eslint/parser": { "eslint": "$eslint" }, "@typescript-eslint/utils": { "eslint": "$eslint" }, "@typescript-eslint/type-utils": { "eslint": "$eslint" }, "@eslint-community/eslint-utils": { "eslint": "$eslint" } } }