{
  "name": "ts-async-results",
  "version": "0.7.10",
  "description": "An Async implementation of the awesome github.com/vultix/ts-results.",
  "keywords": [
    "rust",
    "async",
    "ts-results",
    "rust-results",
    "typed results"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/movesthatmatter/ts-async-results"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Gabriel C. Troia",
  "license": "MIT",
  "private": false,
  "scripts": {
    "build": "npm run clean && tsc && rm -rf dist/tests",
    "clean": "rm -rf dist",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "ts-results": "^3.0.0"
  },
  "devDependencies": {
    "conditional-type-checks": "^1.0.6",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.3"
  }
}
