34 lines
776 B
JSON
Executable File
34 lines
776 B
JSON
Executable File
{
|
|
"name": "graphviz-wasm",
|
|
"repository": "github:fabiospampinato/graphviz-wasm",
|
|
"description": "A port of Graphviz to WASM.",
|
|
"version": "3.0.2",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"exports": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"clean": "tsex clean",
|
|
"compile": "tsex compile",
|
|
"compile:watch": "tsex compile --watch",
|
|
"test": "tsex test",
|
|
"test:watch": "tsex test --watch",
|
|
"update": "bash graphviz/update.sh",
|
|
"prepublishOnly": "tsex prepare"
|
|
},
|
|
"keywords": [
|
|
"graphviz",
|
|
"wasm",
|
|
"dot"
|
|
],
|
|
"dependencies": {
|
|
"decode-base64": "^3.0.1",
|
|
"function-once": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"fava": "^0.2.1",
|
|
"tsex": "^3.0.1",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|