{
  "name": "ts-type",
  "version": "3.0.1",
  "description": "add some typescript type and re-export some build-in typescript type",
  "keywords": [
    ".d.ts",
    "@types",
    "declaration",
    "dev",
    "develop",
    "development",
    "environment",
    "ide",
    "interface",
    "node",
    "playground",
    "runtime",
    "ts",
    "type",
    "type-level",
    "typelevel",
    "types",
    "typescript",
    "typing",
    "typings",
    "type-helprt",
    "toolbox",
    "toolbelt"
  ],
  "homepage": "https://github.com/bluelovers/ws-ts-type/tree/master/packages/ts-type#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-ts-type/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-ts-type.git",
    "directory": "packages/ts-type"
  },
  "license": "ISC",
  "author": "",
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "pretest": "yarn run build",
    "test": "yarn run ts:check && yarn run test:tsd",
    "test:jest": "jest --passWithNoTests",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "tsd",
    "build": "yarn run build-lib-toc",
    "build-lib-toc": "ynpx ts-node ./test/script/toc && yarn run build:toc",
    "build:toc": "tsc --noStrictGenericChecks --skipLibCheck & echo build:toc",
    "preversion": "yarn run test && yarn run postpublish:git:commit",
    "prepublishOnly": "echo prepublishOnly",
    "postpublish:git:commit": "git commit -m \"build(release): publish\" ./lib/index.d.ts & echo postpublish:git:commit",
    "ncu": "yarn-tool ncu -u",
    "sort-package-json": "yarn-tool sort",
    "ts:check": "tsc -p tsconfig.check.json --emitDeclarationOnly --skipLibCheck"
  },
  "dependencies": {
    "@types/node": "*",
    "tslib": ">=2",
    "typedarray-dts": "^1.0.0"
  },
  "peerDependencies": {
    "ts-toolbelt": "^9.6.0"
  },
  "gitHead": "fa34eea119b9bcbb363061ddffcfe9d78c2d0ddd",
  "tsd": {
    "compilerOptions": {
      "skipLibCheck": true,
      "emitDeclarationOnly": true,
      "noUnusedParameters": false,
      "allowUnusedLabels": true,
      "noUnusedLocals": false,
      "noPropertyAccessFromIndexSignature": false
    },
    "directory": "test/spec",
    "testFiles": [
      "test/spec/**/*.ts"
    ]
  }
}
