{
  "name": "ts-build-scripts",
  "version": "1.0.1",
  "description": "Typescript based projects build scripts",
  "repository": "https://github.com/zerkalica/ts-build-scripts",
  "bugs": {
    "url": "https://github.com/zerkalica/ts-build-scripts/issues"
  },
  "homepage": "https://github.com/zerkalica/ts-build-scripts/tree/master/#readme",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "scripts": {
    "clean": "rm -rf *.tsbuildinfo",
    "build": "tsc",
    "test": "jest",
    "watch": "tsc --watch"
  },
  "bin": {
    "ts-build-scripts": "./bin/ts-build-scripts"
  },
  "files": [
    "*.map",
    "*.js",
    "*.md",
    ".*",
    "*.json",
    "types",
    "dist",
    "bin"
  ],
  "keywords": [
    "react-scripts",
    "typescript",
    "deploy",
    "build",
    "make",
    "bundler",
    "assets"
  ],
  "dependencies": {
    "abortcontroller-polyfill": "^1.4.0",
    "del": "^5.1.0",
    "exits": "^2.0.1",
    "find-up": "^4.1.0",
    "globby": "^10.0.1",
    "source-map-support": "^0.5.16",
    "yargs": "^14.2.0"
  },
  "devDependencies": {
    "@types/jest": "^24.0.21",
    "@types/node": "^12.12.3",
    "@types/yargs": "^13.0.3",
    "jest": "^24.9.0",
    "ts-jest": "^24.1.0",
    "typescript": "^3.7.2"
  }
}
