{
    "name": "@sassoftware/vi-api",
    "version": "1.57.1",
    "description": "Types used in the SAS Visual Investigator API",
    "keywords": [
        "SAS",
        "VI",
        "Visual Investigator",
        "solution",
        "extension",
        "angular",
        "API",
        "types"
    ],
    "homepage": "https://github.com/sassoftware/vi-solution-extensions",
    "bugs": {
        "url": "https://github.com/sassoftware/vi-solution-extensions/issues"
    },
    "license": "SEE LICENSE IN LICENSE.txt",
    "repository": {
        "type": "git",
        "url": "https://github.com/sassoftware/vi-solution-extensions"
    },
    "files": [
        "**/*.d.ts",
        "**/*.js",
        "**/package.json",
        "./README.md",
        "./LICENSE.txt"
    ],
    "main": "index.js",
    "types": "index.d.ts",
    "peerDependencies": {
        "@types/angular": "^1.7.3",
        "@types/angular-resource": "^1.5.16",
        "@modelcontextprotocol/sdk": "^1.20.2"
    }
}
