{
  "name": "@prismatic-io/spectral",
  "version": "10.18.4",
  "description": "Utility library for building Prismatic connectors and code-native integrations",
  "keywords": [
    "prismatic"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "homepage": "https://prismatic.io",
  "bin": {
    "component-manifest": "bin/component-manifest.js",
    "cni-component-manifest": "bin/cni-component-manifest.js"
  },
  "bugs": {
    "url": "https://github.com/prismatic-io/spectral"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prismatic-io/spectral.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "bun run format && bun run clean && tsc",
    "build:templates": "copyfiles --error -u 1 src/**/templates/**/*.ejs dist",
    "dev": "tsc -w",
    "postbuild": "bun run build:templates",
    "prepack": "bun run build",
    "lint": "biome lint .",
    "format": "biome check --write --unsafe .",
    "check": "biome check .",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:ui": "vitest --ui"
  },
  "files": [
    "dist/"
  ],
  "dependencies": {
    "axios": "^1.15.0",
    "axios-retry": "^4.5.0",
    "date-fns": "^4.1.0",
    "ejs": "^3.1.10",
    "form-data": "^4.0.5",
    "fs-extra": "^11.2.0",
    "jest-mock": "^30.3.0",
    "lodash": "^4.18.1",
    "object-sizeof": "^2.6.4",
    "prettier": "^3.8.3",
    "safe-stable-stringify": "^2.5.0",
    "valid-url": "1.0.9",
    "yaml": "^2.8.3"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.12",
    "@fast-check/vitest": "^0.4.0",
    "@types/ejs": "3.1.5",
    "@types/fs-extra": "11.0.4",
    "@types/lodash": "^4.17.24",
    "@types/node": "^22.19.7",
    "@types/prettier": "^3.0.0",
    "@types/sax": "^1.2.7",
    "@types/valid-url": "^1.0.7",
    "@vitest/ui": "^4.1.4",
    "copyfiles": "2.4.1",
    "fast-check": "^4.6.0",
    "typescript": "5.5.3",
    "vitest": "^4.1.4"
  }
}
