{
  "name": "gs-typescript-config",
  "version": "4.0.0",
  "description": "configuration files for ganchrow scientific typescript projects",
  "main": "tsconfig.json",
  "scripts": {
    "test": "node_modules/.bin/tsc",
    "prepublishOnly": "scripts/push-to-github.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GanchrowScientific/gs-typescript-config.git"
  },
  "keywords": [
    "typescript"
  ],
  "author": "Ganchrow Scientific",
  "license": "MIT",
  "devDependencies": {
    "typescript": ">=4.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
