{
"name": "mdja",
"version": "0.1.0",
"description": "日本語に最適化されたMarkdownパーサー - CommonMark + GFM対応",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"mdja_bg.wasm"
],
"scripts": {
"build": "wasm-pack build --target bundler --out-dir js ../",
"build:nodejs": "wasm-pack build --target nodejs --out-dir js-nodejs ../",
"build:web": "wasm-pack build --target web --out-dir js-web ../"
},
"repository": {
"type": "git",
"url": "https://github.com/0809android/mdja"
},
"keywords": [
"markdown",
"japanese",
"parser",
"commonmark",
"gfm",
"wasm"
],
"author": "0809android",
"license": "MIT OR Apache-2.0",
"devDependencies": {
"wasm-pack": "^0.12.0"
}
}