Home / File/ package.json — typescript-sdk Source File

package.json — typescript-sdk Source File

Architecture documentation for package.json, a json file in the typescript-sdk codebase.

Entity Profile

Source Code

{
  "name": "@supermodeltools/sdk",
  "version": "0.9.3",
  "description": "TypeScript SDK for the Supermodel API - code graph generation and analysis",
  "author": "Supermodel <support@supermodel.software>",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/supermodeltools/typescript-sdk.git"
  },
  "homepage": "https://docs.supermodeltools.com",
  "bugs": {
    "url": "https://github.com/supermodeltools/typescript-sdk/issues"
  },
  "keywords": [
    "supermodel",
    "sdk",
    "api-client",
    "code-graph",
    "static-analysis",
    "typescript"
  ],
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "module": "./dist/esm/index.js",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "prepare": "npm run build",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "typescript": "^4.0 || ^5.0"
  }
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free