@hpcc-js/wasm-graphviz-cli
Version:
hpcc-js - WASM Graphviz Cli
60 lines (59 loc) • 1.74 kB
JSON
{
"name": "@hpcc-js/wasm-graphviz-cli",
"version": "1.4.2",
"description": "hpcc-js - WASM Graphviz Cli",
"type": "module",
"bin": {
"wasm-graphviz-cli": "bin/index.js"
},
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"files": [
"dist/**/*",
"src/**/*",
"types/**/*"
],
"scripts": {
"clean": "rimraf bin types .nyc_output",
"gen-types": "tsc --project tsconfig.json --emitDeclarationOnly",
"gen-types-watch": "npm run gen-types -- --watch",
"bundle": "npm run bundle-dev --minify",
"bundle-dev": "esbuild ./src/index.ts --platform=node --format=esm --bundle --packages=external --sourcemap --outfile=./bin/index.js --banner:js='#!/usr/bin/env node'",
"bundle-watch": "npm run bundle-dev -- --watch",
"build-dev": "run-p gen-types bundle-dev",
"build": "run-p gen-types bundle",
"lint-skypack": "npx -y @skypack/package-check",
"lint-eslint": "eslint src/**/*.ts",
"lint": "run-p lint-eslint",
"test": "node bin/index.js --help",
"update": "npx -y npm-check-updates -u -t minor",
"update-major": "npx -y npm-check-updates -u"
},
"dependencies": {
"@hpcc-js/wasm-graphviz": "^1.9.2",
"yargs": "18.0.0"
},
"keywords": [
"graphviz",
"typescript",
"webassembly",
"wasm",
"dot",
"neato",
"cli"
],
"author": "hpcc-systems",
"repository": {
"type": "git",
"url": "git+https://github.com/hpcc-systems/hpcc-js-wasm.git"
},
"homepage": "https://hpcc-systems.github.io/hpcc-js-wasm/",
"license": "Apache-2.0",
"gitHead": "dc14d8bc5be5c2de3613722c9ba47dc0186cce7a"
}