2024-05-27 18:12:36 -04:00
|
|
|
{
|
|
|
|
|
"name": "@finos/perspective-python",
|
2025-02-09 22:55:53 -05:00
|
|
|
"version": "3.3.4",
|
2024-05-27 18:12:36 -04:00
|
|
|
"description": "",
|
|
|
|
|
"private": true,
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/finos/perspective"
|
|
|
|
|
},
|
2024-07-08 17:27:03 -04:00
|
|
|
"type": "module",
|
2024-05-27 18:12:36 -04:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"scripts": {
|
2024-07-09 00:06:23 -04:00
|
|
|
"build": "node build.mjs",
|
2024-09-30 22:21:32 -06:00
|
|
|
"clean": "rimraf *.data && rimraf dist && rimraf build",
|
2024-09-05 22:01:22 -07:00
|
|
|
"test": "node test.mjs"
|
2024-07-15 11:16:11 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-09-05 22:01:22 -07:00
|
|
|
"@finos/perspective-scripts": "workspace:*",
|
2024-09-12 13:08:54 -04:00
|
|
|
"@iarna/toml": "^1.0.0-rc.1",
|
2024-10-24 17:17:18 -07:00
|
|
|
"glob": "^11",
|
|
|
|
|
"cpy": "^9.0.1",
|
|
|
|
|
"tar": "^7.4.3"
|
2024-07-15 11:16:11 -04:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@finos/perspective-jupyterlab": "workspace:*"
|
2024-05-27 18:12:36 -04:00
|
|
|
}
|
|
|
|
|
}
|