97 lines
3.1 KiB
JSON
97 lines
3.1 KiB
JSON
{
|
|
"name": "@perspective-dev/client",
|
|
"version": "4.5.2",
|
|
"description": "Client for Perspective, a high-performance WASM engine with reactive Tables, Views, and joins.",
|
|
"keywords": [
|
|
"perspective",
|
|
"data",
|
|
"analytics",
|
|
"streaming",
|
|
"wasm",
|
|
"arrow",
|
|
"duckdb",
|
|
"clickhouse"
|
|
],
|
|
"homepage": "https://perspective-dev.github.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/perspective-dev/perspective"
|
|
},
|
|
"type": "module",
|
|
"license": "Apache-2.0",
|
|
"sideEffects": false,
|
|
"unpkg": "dist/cdn/perspective.js",
|
|
"jsdelivr": "dist/cdn/perspective.js",
|
|
"exports": {
|
|
".": {
|
|
"node": {
|
|
"types": "./dist/esm/perspective.node.d.ts",
|
|
"import": "./dist/esm/perspective.node.js",
|
|
"default": "./dist/esm/perspective.node.js"
|
|
},
|
|
"types": "./dist/esm/perspective.browser.d.ts",
|
|
"import": "./dist/esm/perspective.js",
|
|
"default": "./dist/esm/perspective.js"
|
|
},
|
|
"./node": {
|
|
"types": "./dist/esm/perspective.node.d.ts",
|
|
"import": "./dist/esm/perspective.node.js",
|
|
"default": "./dist/esm/perspective.node.js"
|
|
},
|
|
"./inline": {
|
|
"types": "./dist/esm/perspective.browser.d.ts",
|
|
"import": "./dist/esm/perspective.inline.js",
|
|
"default": "./dist/esm/perspective.inline.js"
|
|
},
|
|
"./virtual_servers/*": {
|
|
"types": "./dist/esm/virtual_servers/*.d.ts",
|
|
"import": "./dist/esm/virtual_servers/*.js",
|
|
"default": "./dist/esm/virtual_servers/*.js"
|
|
},
|
|
"./dist/*": "./dist/*",
|
|
"./src/*": "./src/*",
|
|
"./test/*": "./test/*",
|
|
"./package.json": "./package.json",
|
|
"./tsconfig.json": "./tsconfig.json"
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"src/**/*",
|
|
"tsconfig.json"
|
|
],
|
|
"scripts": {
|
|
"build": "node ./build.mjs",
|
|
"clean": "node ./clean.mjs",
|
|
"docs": "node ./docs.mjs"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@perspective-dev/server": "workspace:",
|
|
"pro_self_extracting_wasm": "catalog:",
|
|
"stoppable": "catalog:",
|
|
"ws": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@perspective-dev/esbuild-plugin": "workspace:",
|
|
"@perspective-dev/metadata": "workspace:",
|
|
"@perspective-dev/test": "workspace:",
|
|
"@clickhouse/client-web": "catalog:",
|
|
"@duckdb/duckdb-wasm": "catalog:",
|
|
"@playwright/experimental-ct-react": "catalog:",
|
|
"@playwright/test": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/ws": "catalog:",
|
|
"@types/stoppable": "catalog:",
|
|
"apache-arrow": "catalog:",
|
|
"superstore-arrow": "catalog:",
|
|
"lodash": "catalog:",
|
|
"moment": "catalog:",
|
|
"typedoc": "catalog:",
|
|
"typescript": "catalog:",
|
|
"web-worker": "catalog:",
|
|
"zx": "catalog:"
|
|
}
|
|
}
|