{ "name": "@finos/perspective-viewer", "version": "3.2.0", "description": "The `` 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:^", "@finos/perspective-metadata": "workspace:^", "@types/react": "^17.0.2", "cpy": "^9.0.1", "@prospective.co/procss": "0.1.16", "zx": "8.1.9" } }