{
  "name": "greyscript-textmate",
  "version": "3.0.0",
  "description": "Textmate language and config",
  "main": "dist/index",
  "typings": "dist/index",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "npm run clean && tsc -p .",
    "watch": "tsc -w -p .",
    "clean": "rm -rf dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ayecue/greyscript-textmate.git"
  },
  "author": "ayecue",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ayecue/greyscript-textmate/issues"
  },
  "homepage": "https://github.com/ayecue/greyscript-textmate#readme",
  "devDependencies": {
    "typescript": "^4.5.4"
  }
}