UNPKG

@hpcc-js/wasm-zstd

Version:
62 lines (61 loc) 1.85 kB
{ "name": "@hpcc-js/wasm-zstd", "version": "1.11.0", "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", "build-cpp": "cmake --build ../../build --target zstdlib", "build-cpp-watch": "chokidar 'src-cpp/**.*' -c 'npm run build-cpp'", "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.8.0", "@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": "f539a56609708635b900faf022e9384707b1003c" }