{
  "name": "type-lenses",
  "version": "0.11.1",
  "type": "module",
  "description": "Extract or modify pieces of arbitrarily nested types with type lenses",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "author": "Geoffrey Gourdet",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/geoffreytools/type-lenses"
  },
  "files": [
    "./dist/**/*"
  ],
  "devDependencies": {
    "ts-spec": "^1.8.1",
    "ts-trace": "github:geoffreytools/ts-trace",
    "tsc-esm-kit": "github:geoffreytools/tsc-esm-kit#v0.3.0",
    "typescript": "^5.1.6"
  },
  "scripts": {
    "build": "tsc -p ./tsconfig-build.json && tsc-esm-kit --project ./tsconfig-build.json --files",
    "test": "tsc --watch",
    "trace": "bash ./node_modules/ts-trace/ts-trace.sh"
  },
  "dependencies": {
    "free-types": "^1.0.1-alpha.2",
    "free-types-core": "^1.1.0"
  }
}
