2024-05-27 18:12:36 -04:00
|
|
|
{
|
2025-10-25 19:51:40 -04:00
|
|
|
"name": "@perspective-dev/python",
|
2026-03-10 14:33:14 -04:00
|
|
|
"version": "4.3.0",
|
2024-05-27 18:12:36 -04:00
|
|
|
"description": "",
|
|
|
|
|
"private": true,
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2025-10-25 19:51:40 -04:00
|
|
|
"url": "https://github.com/perspective-dev/perspective"
|
2024-05-27 18:12:36 -04:00
|
|
|
},
|
2024-07-08 17:27:03 -04:00
|
|
|
"type": "module",
|
2024-05-27 18:12:36 -04:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"scripts": {
|
2025-09-27 22:13:38 -04:00
|
|
|
"build": "node ./build.mjs",
|
|
|
|
|
"clean": "node ./clean.mjs",
|
2025-07-06 16:56:07 -04:00
|
|
|
"test": "node test.mjs",
|
2026-02-16 14:34:09 -05:00
|
|
|
"docs": "node docs.mjs"
|
2024-07-15 11:16:11 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-25 19:51:40 -04:00
|
|
|
"@perspective-dev/scripts": "workspace:*",
|
2025-09-27 22:13:38 -04:00
|
|
|
"@iarna/toml": "catalog:",
|
2026-02-17 09:50:49 -05:00
|
|
|
"superstore-arrow": "catalog:",
|
2025-09-27 22:13:38 -04:00
|
|
|
"tar": "catalog:",
|
|
|
|
|
"zx": "catalog:"
|
2024-07-15 11:16:11 -04:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-10-25 19:51:40 -04:00
|
|
|
"@perspective-dev/jupyterlab": "workspace:*"
|
2024-05-27 18:12:36 -04:00
|
|
|
}
|
2025-07-06 22:51:35 -04:00
|
|
|
}
|