{
  "name": "@arcgis/languages-sdk-spec",
  "version": "5.1.14",
  "description": "ArcGIS languages types and schemas for design a language sdk",
  "homepage": "https://developers.arcgis.com/javascript/latest/",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./scripting": "./dist/scripting/index.js",
    "./dist/schemas/*.schema.json": "./dist/schemas/*.schema.json"
  },
  "files": [
    "dist/"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "dependencies": {
    "tslib": "^2.8.1",
    "vscode-languageserver-types": "^3.17.5"
  }
}