pikchr-wasm-kindone
Version:
A fast and small port of Pikchr to WASM.
45 lines (44 loc) • 966 B
JSON
{
"name": "pikchr-wasm-kindone",
"repository": {
"type": "git",
"url": "git+https://github.com/kindone/pikchr-wasm.git"
},
"description": "A fast and small port of Pikchr to WASM.",
"version": "2.0.2",
"type": "module",
"sideEffects": false,
"main": "dist/speed.js",
"types": "./dist/speed.d.ts",
"exports": {
".": "./dist/speed.js",
"./size": "./dist/size.js",
"./speed": "./dist/speed.js"
},
"scripts": {
"clean": "tsex clean",
"compile": "tsex compile",
"compile:watch": "tsex compile --watch",
"test": "tsex test",
"test:watch": "tsex test --watch",
"update": "bash pikchr/update.sh",
"prepublishOnly": "tsex prepare"
},
"keywords": [
"pic",
"pikchr",
"diagram",
"diagrams",
"fast",
"small",
"svg"
],
"dependencies": {
"function-once": "^3.0.0"
},
"devDependencies": {
"fava": "^0.2.1",
"tsex": "^3.0.1",
"typescript": "^5.1.6"
}
}