{
"name": "@finos/perspective-python",
"version": "3.0.0-alpha.1",
"description": "",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/finos/perspective"
},
"license": "Apache-2.0",
"scripts": {
"build": "PSP_ROOT_DIR=../.. maturin develop -F external-cpp",
"clean": "rimraf dist && rimraf build",
"test": "python -m pytest perspective/tests"
}
}