{
  "name": "ts-primitives",
  "version": "3.2.0",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node build.js && ts-lib-tools docs",
    "prepack": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ggoodman/ts-primitives.git"
  },
  "keywords": [],
  "author": "Geoff Goodman <geoff@goodman.dev> (https://geoff.goodman.dev)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ggoodman/ts-primitives/issues"
  },
  "homepage": "https://github.com/ggoodman/ts-primitives#readme",
  "devDependencies": {
    "@ggoodman/ts-lib-tools": "^0.4.0",
    "@hapi/wreck": "^17.1.0",
    "@types/node": "^12.19.15",
    "@wessberg/rollup-plugin-ts": "^1.3.8",
    "memfs": "^3.1.2",
    "pino": "^6.11.0",
    "pino-pretty": "^4.0.0",
    "prettier": "^2.2.1",
    "require-in-the-middle": "^5.1.0",
    "rollup": "^2.38.0",
    "tar-stream": "^2.2.0",
    "tslib": "^2.1.0",
    "typescript": "^4.1.3",
    "unionfs": "^4.4.0"
  },
  "prettier": {
    "printWidth": 120,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5"
  },
  "dependencies": {}
}
