{
  "name": "@nlighten/monaco-json-transform",
  "version": "1.2.5",
  "description": "JSON Transform language tokenizer (and syntax highlight), hover provider and more",
  "main": "./dist/index.js",
  "source": "src/index.ts",
  "exports": "./dist/index.js",
  "sideEffects": false,
  "scripts": {
    "build": "tsc --build",
    "test": "echo vitest --no-watch",
    "test:watch": "echo vitest"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nlighten-oss/json-transform.git"
  },
  "files": [
    "dist/"
  ],
  "keywords": [
    "monaco",
    "monaco-editor",
    "syntax",
    "highlight",
    "json-transform",
    "languages",
    "monarch",
    "language"
  ],
  "author": {
    "name": "Eli Sherer",
    "email": "eli.sherer@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nlighten-oss/json-transform/issues"
  },
  "homepage": "https://github.com/nlighten-oss/json-transform#readme",
  "peerDependencies": {
    "@nlighten/json-schema-utils": "^1.0.3",
    "@nlighten/json-transform-core": "^1.8.1",
    "monaco-editor": "*"
  },
  "devDependencies": {
    "@nlighten/json-schema-utils": "^1.0.3",
    "@nlighten/json-transform-core": "file://../json-transform-core",
    "monaco-editor": "^0.52.2",
    "prettier": "3.1.1",
    "typescript": "^5.3.3"
  }
}
