{
  "name": "vscode-textmate",
  "version": "5.4.0",
  "description": "VSCode TextMate grammar helpers",
  "author": {
    "name": "Microsoft Corporation"
  },
  "main": "./release/main.js",
  "typings": "./release/main.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/vscode-textmate"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/microsoft/vscode-textmate/issues"
  },
  "scripts": {
    "watch": "tsc -watch",
    "compile": "tsc",
    "test": "tape -r ./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 && node scripts/release.js",
    "postversion": "git push && git push --tags",
    "prepublishOnly": "tsc && webpack --progress && node scripts/release.js"
  },
  "devDependencies": {
    "@types/node": "^14.14.33",
    "@types/tape": "^4.13.0",
    "tape": "^5.2.2",
    "typescript": "^4.2.3",
    "vscode-oniguruma": "^1.5.1",
    "webpack": "^5.24.4",
    "webpack-cli": "^4.5.0"
  }
}
