aksara-writer-core
Version:
Core markdown conversion engine for Aksara Writer - Indonesian business document converter
64 lines • 1.34 kB
JSON
{
"name": "aksara-writer-core",
"version": "0.1.6",
"description": "Core markdown conversion engine for Aksara Writer - Indonesian business document converter",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"src",
"styles",
"templates"
],
"scripts": {
"build": "tsc && vite build",
"dev": "vite build --watch",
"test": "bun test"
},
"dependencies": {
"marked": "^16.3.0",
"puppeteer": "^24.22.0",
"jszip": "^3.10.1",
"gray-matter": "^4.0.3"
},
"devDependencies": {
"typescript": "^5.7.2",
"vite": "^7.1.6",
"vite-plugin-dts": "^4.5.4"
},
"keywords": [
"markdown",
"pdf",
"html",
"pptx",
"converter",
"indonesian",
"business",
"aksara",
"document"
],
"author": "Ak'sara Initiative",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/ak-sara/aksara-writer.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/ak-sara/aksara-writer/issues"
},
"homepage": "https://ak-sara.github.io",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
}
}