{
  "name": "@parcel/types",
  "version": "2.11.0",
  "license": "MIT",
  "main": "src/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/parcel-bundler/parcel.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build-ts": "mkdir -p lib && flow-to-ts index.js > lib/index.d.ts && flow-to-ts unsafe.js > lib/unsafe.d.ts && node build-ts.js",
    "check-ts": "tsc --noEmit lib/index.d.ts"
  },
  "dependencies": {
    "@parcel/cache": "2.11.0",
    "@parcel/diagnostic": "2.11.0",
    "@parcel/fs": "2.11.0",
    "@parcel/package-manager": "2.11.0",
    "@parcel/source-map": "^2.1.1",
    "@parcel/workers": "2.11.0",
    "utility-types": "^3.10.0"
  },
  "gitHead": "f8076f1644cabc944695b5ec82602c8ae32bcf21"
}
