UNPKG

@hpcc-js/wasm-zstd

Version:
59 lines (58 loc) 1.67 kB
{ "name": "@hpcc-js/wasm-zstd", "version": "1.3.2", "description": "hpcc-js - WASM zstd", "type": "module", "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 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" }, "devDependencies": { "@hpcc-js/esbuild-plugins": "1.4.8" }, "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": "dc14d8bc5be5c2de3613722c9ba47dc0186cce7a" }