markdown-wasm/test/benchmark/package.json
2021-08-08 16:31:39 +02:00

25 lines
687 B
JSON

{
"name": "markdown-wasm-benchmarks",
"description": "Benchmark suite based on https://github.com/commonmark/commonmark.js bench",
"version": "0.1.0",
"author": "John MacFarlane",
"bugs": {
"url": "https://github.com/jgm/commonmark.js/issues"
},
"license": "BSD-2-Clause",
"main": "bench.js",
"scripts": {
"bench": "node bench.js ./samples | tee results/bench.csv && node graph.js results/bench.csv"
},
"dependencies": {
"benchmark": "^2.1.4",
"commonmark": "^0.29.2",
"d3": "^6.2.0",
"d3-node": "^2.2.2",
"markdown-it": "^10.0.0",
"marked": "^0.7.0",
"remarkable": "^2.0.1",
"showdown": "^1.9.1",
"svgo": "^1.3.2"
}
}