{
  "name": "license-kit",
  "version": "0.3.4",
  "description": "Aggregate license notes of OSS libraries used in your Node.js project, analyze & visualize OSS licenses with AI-turbocharged tooling",
  "main": "build/index",
  "module": "build/index",
  "types": "build/index.d.ts",
  "bin": "build/index.js",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./build/typescript/index.d.ts",
      "default": "./build/module/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "build",
    "visualizer-build",
    "next.config.js",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "test": "jest",
    "typecheck": "tsc",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "clean": "rimraf build",
    "build-library": "tsc -p tsconfig.json",
    "dev": "tsx src/index.ts",
    "prod": "tsx build/index.js"
  },
  "keywords": [
    "nodejs",
    "oss",
    "license",
    "acknowledgements",
    "license-management"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/callstackincubator/react-native-legal.git",
    "directory": "packages/license-kit"
  },
  "author": "Mateusz Mędrek <luigimario1913@gmail.com> (https://github.com/mateusz1913)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/callstackincubator/react-native-legal.git/issues"
  },
  "homepage": "https://callstackincubator.github.io/react-native-legal/",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@callstack/license-kit-visualizer": "workspace:^",
    "@callstack/licenses": "workspace:^",
    "@types/express": "^5.0.3",
    "@types/jest": "^29.5.5",
    "@types/signale": "^1.4.7",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@callstack/licenses": "^0.3.1",
    "colorette": "^2.0.20",
    "commander": "^14.0.0",
    "express": "^5.1.0",
    "helmet": "^8.1.0",
    "next": "^15.5.14",
    "open": "^10.1.2",
    "signale": "^1.4.0",
    "table": "^6.9.0",
    "ts-markdown-builder": "^0.4.1"
  }
}
