forked from sashin/sashinexists
run npm install to generate a package lock
This commit is contained in:
33
node_modules/graphviz-wasm/package.json
generated
vendored
Executable file
33
node_modules/graphviz-wasm/package.json
generated
vendored
Executable file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user