{
  "name": "@tsed/barrels",
  "description": "A simple tool to generate barrels for your TypeScript project",
  "version": "7.5.0",
  "type": "module",
  "bin": "bin/barrels.js",
  "keywords": [
    "Ts.ED",
    "barrels"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "globby": "14.0.2"
  },
  "scripts": {
    "test": "node --test test/barrels.integration.spec.js"
  },
  "devDependencies": {},
  "peerDependencies": {},
  "main": "",
  "repository": "https://github.com/tsedio/tsed-cli",
  "bugs": {
    "url": "https://github.com/tsedio/tsed-cli/issues"
  },
  "homepage": "https://github.com/tsedio/tsed-cli/tree/master/packages/barrels",
  "author": "Romain Lenzotti",
  "license": "MIT"
}