@supernovaio/cli
Version:
Supernova.io Command Line Interface
170 lines (169 loc) • 4.97 kB
JSON
{
"name": "@supernovaio/cli",
"description": "Supernova.io Command Line Interface",
"version": "2.3.2",
"author": "Supernova.io",
"repository": {
"type": "git",
"url": "https://github.com/Supernova-Studio/cli.git",
"directory": "packages/cli"
},
"bin": {
"supernova": "bin/run"
},
"bugs": "https://github.com/Supernova-Studio/cli/issues",
"dependencies": {
"@hackolade/keytar": "^33.1.0-7.9.0",
"@inquirer/core": "^9.2.1",
"@inquirer/figures": "^1.0.13",
"@oclif/core": "^4",
"@oclif/plugin-help": "^6",
"@oclif/plugin-plugins": "^5",
"@sentry/nestjs": "10.43.0",
"@sentry/node": "10.43.0",
"@sentry/profiling-node": "10.43.0",
"@sindresorhus/slugify": "^2.2.1",
"@supernova-studio/client": "1.96.10",
"@supernova-studio/model": "1.96.10",
"@supernova-studio/pulsar-core": "2.7.13",
"@supernova-studio/pulsar-language": "2.7.13",
"@supernova-studio/simple-parse-github-url": "1.0.0",
"@supernovaio/sdk": "2.4.11",
"@types/fs-extra": "^11.0.4",
"adm-zip": "^0.5.16",
"ansi-escapes": "^4.3.2",
"axios": "^1.13.6",
"cli-progress": "^3.12.0",
"colors": "^1.4.0",
"dotenv": "^16.4.7",
"fs-extra": "^11.3.2",
"glob": "^11.0.1",
"https-proxy-agent": "^7.0.6",
"inquirer": "^12.5.2",
"ip-cidr": "^4.0.2",
"jwt-decode": "^4.0.0",
"keytar": "^7.9.0",
"minimatch": "^10.0.1",
"node-fetch": "3.3.2",
"open": "^10.1.0",
"p-retry": "8.0.0",
"pkce-challenge": "^4.1.0",
"terminal-link": "^4.0.0",
"ts-pattern": "^5.6.2",
"typescript": "^5",
"undici": "^7.16.0",
"yoctocolors-cjs": "^2.1.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "7.18.6",
"@babel/register": "^7.18.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@eslint/compat": "^1",
"@mui/material": "^6.4.4",
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^4",
"@sentry/cli": "3.3.3",
"@supernovaio/export-helpers": "^1.0.30",
"@supernovaio/sdk-exporters": "^2.0.36",
"@types/adm-zip": "^0.5.7",
"@types/cli-progress": "^3.11.6",
"@types/inquirer": "^9.0.7",
"@types/node": "^22",
"eslint": "^9",
"eslint-config-oclif": "^6",
"eslint-config-prettier": "^10",
"globby": "^11",
"oclif": "^4",
"prettier": "^3.5.1",
"shx": "^0.3.3",
"ts-node": "^10",
"tslib": "^2.8.1",
"vitest": "^3.0.6"
},
"engines": {
"node": ">=22.3.0"
},
"files": [
"/bin",
"/dist",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://supernova.io/",
"keywords": [
"Supernova",
"Design Systems",
"Supernovaio",
"SDK",
"Design Tokens",
"Tokens",
"Assets",
"Components",
"Documentation",
"CMS"
],
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"oclif": {
"bin": "supernova",
"dirname": "supernova",
"commands": "./dist/commands",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-plugins"
],
"topicSeparator": " ",
"topics": {
"sync-tokens": {
"description": "Synchronize tokens from Figma Tokens plugin to Supernova workspaces"
},
"describe-design-system": {
"description": "Describe structure (brands and themes) of selected design system"
},
"describe-workspaces": {
"description": "Describe structure of all workspaces provided API key has access to"
},
"publish-documentation": {
"description": "Publish current documentation"
},
"code": {
"description": "Code analysis commands"
},
"code analyze": {
"description": "Analyze code and push component or usage snapshots"
}
},
"hooks": {
"init": [
"./dist/hooks/init/proxy"
],
"postrun": [
"./dist/hooks/postrun/save-config"
],
"prerun": [
"./dist/hooks/prerun/sentry",
"./dist/hooks/prerun/load-config"
]
}
},
"scripts": {
"build": "npx shx rm -rf dist && tsc -b && cp -R ./src/docker-scripts ./dist",
"check-types": "tsc --noEmit",
"lint": "eslint",
"lint:ci": "eslint . --quiet",
"lint:fix": "eslint . --fix",
"postpack": "shx rm -f oclif.manifest.json",
"prepack": "oclif manifest && oclif readme",
"test": "NODE_OPTIONS='--loader=ts-node/esm --no-warnings' vitest --config vitest.config.ts",
"test:ci": "NODE_OPTIONS='--loader=ts-node/esm --no-warnings' vitest run --config vitest.config.ts",
"typecheck": "tsc --noEmit",
"version": "oclif readme && git add README.md",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org supernova-studio --project cli ./dist && sentry-cli sourcemaps upload --org supernova-studio --project cli ./dist"
}
}