perspective-viewer 3.0.0

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Documentation
{
    "name": "@finos/perspective-viewer",
    "version": "3.0.0",
    "description": "The `<perspective-viewer>` Custom Element, frontend for Perspective.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/finos/perspective"
    },
    "type": "module",
    "license": "Apache-2.0",
    "unpkg": "dist/cdn/perspective-viewer.js",
    "jsdelivr": "dist/cdn/perspective-viewer.js",
    "exports": {
        ".": {
            "types": "./dist/esm/perspective-viewer.d.ts",
            "default": "./dist/esm/perspective-viewer.js"
        },
        "./dist/*": "./dist/*",
        "./src/*": "./src/*",
        "./test/*": "./test/*",
        "./package.json": "./package.json",
        "./tsconfig.json": "./tsconfig.json"
    },
    "files": [
        "dist/**/*",
        "src/**/*",
        "tsconfig.json"
    ],
    "types": "dist/esm/perspective-viewer.d.ts",
    "scripts": {
        "build": "node ./build.js",
        "clean": "rimraf dist && rimraf build",
        "test:run:rust": "rustup run nightly wasm-pack test --chrome --headless"
    },
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "@finos/perspective": "workspace:^"
    },
    "devDependencies": {
        "@finos/perspective-esbuild-plugin": "workspace:^",
        "@finos/perspective-test": "workspace:^",
        "@types/react": "^17.0.2",
        "cpy": "^9.0.1",
        "@prospective.co/procss": "0.1.16"
    }
}