{
  "name": "tink",
  "version": "0.21.5",
  "description": "a next-generation runtime and package manager",
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@zkat.tech",
    "twitter": "maybekatz"
  },
  "license": "Artistic-2.0",
  "files": [
    "*.js",
    "lib",
    "bin"
  ],
  "main": "index.js",
  "bin": {
    "tink": "./bin/tink.js",
    "tish": "./bin/tish.sh"
  },
  "scripts": {
    "prerelease": "npm t",
    "release": "standard-version -s",
    "postrelease": "npm publish && git push --follow-tags",
    "pretest": "standard ./**/*.js",
    "test": "tap -J --nyc-arg=--all --coverage test/*.js test/node/*.js",
    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  },
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "nock": "^10.0.6",
    "standard": "^11.0.1",
    "standard-version": "*",
    "tacks": "^1.2.7",
    "tap": "^12.1.1",
    "weallbehave": "*",
    "weallcontribute": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/tink.git"
  },
  "bugs": "https://github.com/npm/tink/issues",
  "homepage": "https://npmjs.com/package/tink",
  "keywords": [
    "npm",
    "package manager",
    "cache",
    "downloader",
    "dependency manager",
    "knitting puns"
  ],
  "bundleDependencies": [
    "babel-core",
    "babel-plugin-transform-react-jsx",
    "babel-plugin-transform-typescript",
    "bin-links",
    "bluebird",
    "byte-size",
    "cacache",
    "cli-columns",
    "figgy-pudding",
    "find-npm-prefix",
    "get-stream",
    "glob",
    "graceful-fs",
    "ini",
    "ink",
    "ink-table",
    "libnpm",
    "lock-verify",
    "npm-logical-tree",
    "npmlog",
    "qrcode-terminal",
    "read",
    "rimraf",
    "semver",
    "spawn-wrap",
    "ssri",
    "stringify-package",
    "tar",
    "tiny-relative-date",
    "yargs",
    "esm"
  ],
  "dependencies": {
    "babel-core": "^7.0.0-beta.3",
    "babel-plugin-transform-react-jsx": "^7.0.0-beta.3",
    "babel-plugin-transform-typescript": "^7.0.0-beta.3",
    "bin-links": "^1.1.2",
    "bluebird": "^3.5.3",
    "byte-size": "^5.0.1",
    "cacache": "^11.3.2",
    "cli-columns": "^3.1.2",
    "esm": "^3.1.1",
    "figgy-pudding": "^3.5.1",
    "get-stream": "^4.1.0",
    "glob": "^7.1.3",
    "graceful-fs": "^4.1.15",
    "ini": "^1.3.5",
    "ink": "^0.5.1",
    "ink-table": "^1.0.3",
    "libnpm": "^2.0.1",
    "lock-verify": "^2.0.2",
    "npmlog": "^4.1.2",
    "qrcode-terminal": "^0.12.0",
    "read": "^1.0.7",
    "rimraf": "^2.6.3",
    "semver": "^5.6.0",
    "spawn-wrap": "^1.4.2",
    "ssri": "^6.0.1",
    "stringify-package": "^1.0.0",
    "tar": "^4.4.8",
    "tiny-relative-date": "^1.3.0",
    "yargs": "^12.0.5"
  },
  "config": {
    "nyc": {
      "exclude": [
        "node_modules/**",
        "test/**"
      ]
    }
  }
}
