chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "@perspective-dev/cli",
|
||||
"version": "4.5.2",
|
||||
"description": "Perspective.js CLI",
|
||||
"main": "src/js/index.js",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"type": "module",
|
||||
"files": [
|
||||
"src/**/*",
|
||||
"perspective"
|
||||
],
|
||||
"types": "index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/perspective-dev/perspective"
|
||||
},
|
||||
"author": "",
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"perspective": "perspective"
|
||||
},
|
||||
"dependencies": {
|
||||
"@perspective-dev/client": "workspace:",
|
||||
"@perspective-dev/viewer": "workspace:",
|
||||
"@perspective-dev/viewer-charts": "workspace:",
|
||||
"@perspective-dev/viewer-datagrid": "workspace:",
|
||||
"@perspective-dev/workspace": "workspace:",
|
||||
"commander": "catalog:",
|
||||
"puppeteer": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@perspective-dev/test": "workspace:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user