{
  "name": "@shikijs/vscode-textmate",
  "version": "9.3.0",
  "packageManager": "pnpm@9.9.0",
  "description": "Shiki's fork of `vscode-textmate`",
  "author": {
    "name": "Microsoft Corporation"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.mts"
    }
  },
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "repository": {
    "type": "git",
    "url": "https://github.com/shikijs/vscode-textmate"
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shikijs/vscode-textmate/issues"
  },
  "scripts": {
    "build": "tsup",
    "watch": "tsc --watch",
    "compile": "tsc",
    "test": "mocha --ui=tdd ./out/tests/all.test.js",
    "benchmark": "node benchmark/benchmark.js",
    "inspect": "node out/tests/inspect.js",
    "tmconvert": "node scripts/tmconvert.js",
    "version": "npm run compile && npm run test",
    "postversion": "git push && git push --tags",
    "prepublishOnly": "npm run build",
    "release": "bumpp && npm publish"
  },
  "devDependencies": {
    "@types/mocha": "^9.1.0",
    "@types/node": "^16.6.1",
    "bumpp": "^9.5.2",
    "mocha": "^9.2.2",
    "tsup": "^8.2.4",
    "typescript": "^4.3.5",
    "vscode-oniguruma": "^1.5.1"
  }
}
