{
  "name": "@stayradiated/pkg",
  "version": "5.8.0",
  "description": "Utils for creating, building and testing NPM packages",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "rm -rf ./dist && tsc",
    "test": "true",
    "lint": "./bin/lint",
    "tidy": "./bin/tidy"
  },
  "bin": {
    "pkg-precommit": "./bin/precommit",
    "pkg-build": "./bin/build",
    "pkg-docs": "./bin/docs",
    "pkg-clean": "./bin/clean",
    "pkg-lint": "./bin/lint",
    "pkg-test": "./bin/test",
    "pkg-tidy": "./bin/tidy"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stayradiated/pkg.git"
  },
  "author": "George Czabania <george@czabania.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stayradiated/pkg/issues"
  },
  "homepage": "https://github.com/stayradiated/pkg#readme",
  "dependencies": {
    "@ava/typescript": "1.1.1",
    "ava": "3.15.0",
    "chalk": "4.1.0",
    "deep-extend": "0.6.0",
    "eslint": "7.21.0",
    "eslint-config-stayradiated": "3.7.0",
    "file-exists": "5.0.1",
    "globby": "11.0.2",
    "husky": "5.1.3",
    "lint-staged": "10.5.4",
    "mkdirp": "1.0.4",
    "pkg-conf": "3.1.0",
    "prettier": "2.2.1",
    "read-pkg-up": "7.0.1",
    "ts-node": "9.1.1",
    "typedoc": "0.20.29",
    "typescript": "4.2.3",
    "unwire": "6.1.0"
  },
  "devDependencies": {
    "@types/deep-extend": "0.4.31",
    "@types/mkdirp": "1.0.1",
    "@types/node": "14.14.31",
    "@types/pkg-conf": "3.0.0",
    "@types/read-pkg-up": "6.0.0"
  }
}
