{
  "name": "abl-tmlanguage",
  "version": "1.4.0",
  "description": "TextMate grammar for Progress OpenEdge ABL Language",
  "main": "",
  "type": "commonjs",
  "repository": {
    "type": "git",
    "url": "git@github.com:chriscamicas/abl-tmlanguage.git"
  },
  "author": "Christophe Camicas",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chriscamicas/abl-tmlanguage/issues"
  },
  "homepage": "https://github.com/chriscamicas/abl-tmlanguage",
  "scripts": {
    "build": "node index.mjs",
    "test": "mocha spec/*/*.spec.js",
    "test:single": "mocha",
    "test:debug": "mocha 'spec/*/*.spec.js' -- --inspect-brk=5858"
  },
  "maxDiffSize": 32768,
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^10.2.0",
    "vscode-oniguruma": "^1.6.2",
    "vscode-textmate": "^7.0.4"
  },
  "dependencies": {
    "oniguruma-parser": "^0.12.0"
  },
  "files": [
    "abl.tmLanguage.json"
  ]
}
