{ "name": "@finos/perspective-python", "version": "3.1.6", "description": "", "private": true, "repository": { "type": "git", "url": "https://github.com/finos/perspective" }, "type": "module", "license": "Apache-2.0", "scripts": { "build": "node build.mjs", "clean": "rimraf *.data && rimraf dist && rimraf build", "test": "node test.mjs" }, "devDependencies": { "@finos/perspective-scripts": "workspace:*", "@iarna/toml": "^1.0.0-rc.1", "glob": "^11", "cpy": "^9.0.1", "tar": "^7.4.3" }, "dependencies": { "@finos/perspective-jupyterlab": "workspace:*" } }