UNPKG

@hpcc-js/wasm-graphviz

Version:
64 lines (63 loc) 1.8 kB
{ "name": "@hpcc-js/wasm-graphviz", "version": "1.28.0", "description": "hpcc-js - WASM Graphviz", "type": "module", "exports": { ".": { "types": "./types/index.d.ts", "default": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./types/index.d.ts", "publishConfig": { "access": "public" }, "files": [ "dist/**/*", "src/**/*", "types/**/*" ], "scripts": { "clean": "rimraf coverage dist dist-test types .nyc_output", "gen-types": "tsc --project tsconfig.json --emitDeclarationOnly", "gen-types-watch": "npm run gen-types -- --watch", "bundle": "node esbuild.js", "bundle-dev": "npm run bundle -- --development", "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\" \"tests/**/*.ts\"", "lint": "run-p lint-eslint", "test-browser": "vitest run --project browser", "test-node": "vitest run --project node", "test": "vitest run", "coverage": "vitest run --coverage", "update": "npx -y npm-check-updates -u -t minor", "update-major": "npx -y npm-check-updates -u" }, "dependencies": {}, "devDependencies": { "@hpcc-js/esbuild-plugins": "1.9.6", "@hpcc-js/wasm-util": "1.0.0" }, "keywords": [ "graphviz", "typescript", "webassembly", "wasm", "dot", "neato", "twopi" ], "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": "1d7a3567f6c3b8129abc5f8bfbe06b45269487fa" }