{ "name": "@finos/perspective-viewer", "version": "3.0.0-alpha.1", "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", "docs": "npm-run-all docs:build docs:concat docs:deploy:*", "docs:build": "typedoc --plugin typedoc-plugin-markdown --hideBreadcrumbs --out dist/docs --readme none --excludePrivate src/ts/perspective-viewer.ts", "docs:concat": "node ./docs.js", "docs:deploy:api": "(echo \"---\nid: perspective-viewer\ntitle: perspective-viewer API\n---\n\n\"; cat README.md) > ../../docs/docs/obj/perspective-viewer.md", "docs:deploy:exprtk": "cat exprtk.md > ../../docs/docs/obj/perspective-viewer-exprtk.md", "test:run:rust": "rustup run nightly wasm-pack test --chrome --headless" }, "publishConfig": { "access": "public" }, "dependencies": { "@finos/perspective": "^3.0.0-alpha.1" }, "devDependencies": { "react": "^16.14.0", "@finos/perspective-esbuild-plugin": "^3.0.0-alpha.1", "@finos/perspective-test": "^3.0.0-alpha.1", "cpy": "^9.0.1" } }