{
  "name": "@supernovaio/sdk-exporters",
  "version": "2.4.4",
  "description": "Supernova.io Exporter SDK",
  "main": "./build/supernova-sdk-typescript.js",
  "types": "./build/types/exports-pulsar.d.ts",
  "license": "MIT",
  "keywords": [
    "Supernova",
    "Design Systems",
    "Supernovaio",
    "SDK",
    "Design Tokens",
    "Tokens",
    "Assets",
    "Components",
    "Documentation",
    "Markdown",
    "CMS"
  ],
  "files": [
    "build"
  ],
  "scripts": {
    "build:production": "npm run clean && webpack --mode production --config ./webpack.config.sdk-exporters.js && npm run build:types",
    "build:types": "tsc --noCheck --declaration --emitDeclarationOnly --declarationMap false --skipLibCheck --module CommonJS --target ES2020 --moduleResolution node --esModuleInterop --outDir build/types src/exports-pulsar.ts",
    "build-sdk": "npm run build:production",
    "clean": "trash build test",
    "fix": "run-s fix:*",
    "lint": "eslint 'src/**/*.ts*'",
    "lint:fix": "eslint 'src/**/*.ts*' --fix",
    "test": "run-s \"test:* -- {@}\" --",
    "test:unit": "vitest run --config vitest.config.ts --reporter verbose",
    "test:watch": "vitest --config vitest.config.ts --watch",
    "test-ci": "vitest run --config vitest.config-ci.ts",
    "test-ts": "vitest run --config vitest.config-token-studio.ts",
    "reset": "git clean -dfx && git reset --hard && npm i",
    "typecheck": "tsc --noEmit -p ./tsconfig.json",
    "publish-package-sdk": "npm run clean && sh ./scripts/publish-sdk.sh",
    "publish-package-sdk-exporters": "npm run clean && sh ./scripts/publish-sdk-exporters.sh",
    "publish-packages": "sh ./scripts/publish-packages.sh"
  },
  "scripts-info": {
    "info": "Display information about the package scripts",
    "build": "Clean and rebuild the project",
    "fix": "Try to automatically fix any linting problems",
    "test": "Lint and unit test the project",
    "watch": "Watch and rebuild the project on save, then rerun relevant tests",
    "cov": "Rebuild, run tests, then create and open the coverage report",
    "doc": "Generate HTML API documentation and open it in a browser",
    "doc:json": "Generate API documentation in typedoc JSON format",
    "version": "Bump package.json version, update CHANGELOG.md, tag release",
    "reset": "Delete all untracked files and reset the repo to the last commit",
    "publish-package-sdk": "Publish SDK package to NPM",
    "publish-packages": "Publish both SDK and Pulsar package to NPM"
  },
  "engines": {
    "node": ">=8.9"
  },
  "dependencies": {
    "@supernova-studio/client": "1.96.6",
    "@supernova-studio/model": "1.96.6"
  },
  "bundleDependencies": [
    "@supernova-studio/client",
    "@supernova-studio/model"
  ],
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "0.1.3",
    "@types/lodash": "4.17.23",
    "@types/tinycolor2": "1.4.3",
    "dotenv": "16.0.3",
    "esm": "3.2.25",
    "npm-run-all": "4.1.5",
    "nyc": "17.1.0",
    "readable-stream": "4.7.0",
    "trash-cli": "5.0.0",
    "ts-loader": "9.4.2",
    "tsconfig-paths-webpack-plugin": "4.2.0",
    "tsx": "4.20.6",
    "typescript-with-config": "*",
    "vitest": "4.0.14",
    "webpack-cli": "6.0.1",
    "webpack-node-externals": "3.0.0"
  },
  "config": {},
  "overrides": {
    "js-yaml": "3.14.2"
  },
  "nyc": {
    "extends": "@istanbuljs/nyc-config-typescript",
    "exclude": [
      "**/*.spec.js"
    ]
  },
  "optionalDependencies": {
    "@rollup/rollup-darwin-x64": "4.34.6"
  }
}