{
  "author": "Scott Morgan",
  "bin": {
    "i_io": "./dist/i_io.mjs"
  },
  "devDependencies": {
    "gulp": "^4.0.2",
    "typescript": "^5.0.4"
  },
  "lockfileVersion": 3,
  "main": "./dist/i_io",
  "name": "@ts.adligo.org/i_io",
  "scripts": {
    "build": "echo this build is an interface project, so this script is simply to make it compatible with the parent build scripts"
  },
  "sharedNodeModuleProjectSLinkEnvVar": ["TESTS4TS_NODE_MODULE_SLINK"],
  "sharedNodeModuleProjectSLinks": ["slink_group_deps.ts.adligo.org", "fab_group_deps.ts.adligo.org"],
  "type": "module",
  "types": "src/i_io.mts",
  "version": "0.0.3"
}
