{
  "name": "cspell-grammar-syntax",
  "version": "0.1.5",
  "description": "tmLanguage syntax files for use with cspell-grammar",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p .",
    "prepublish": "npm run build",
    "test": "mocha --recursive \"dist/**/*.test.js\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jason3S/cspell-grammar.git"
  },
  "keywords": [
    "cspell",
    "tmLanguage",
    "grammar",
    "syntax",
    "parse"
  ],
  "author": "Jason Dent",
  "license": "MIT",
  "files": [
    "dist/**",
    "syntax/**"
  ],
  "bugs": {
    "url": "https://github.com/Jason3S/cspell-grammar/issues"
  },
  "homepage": "https://github.com/Jason3S/cspell-grammar#readme",
  "dependencies": {
    "fs-extra": "^6.0.1"
  },
  "devDependencies": {
    "@types/chai": "^4.1.3",
    "@types/fs-extra": "^5.0.2",
    "@types/mocha": "^5.2.0",
    "@types/node": "^8.10.14",
    "chai": "^4.1.2",
    "mocha": "^5.1.1",
    "typescript": "^2.8.3"
  }
}
