UNPKG

@tsed/barrels

Version:

A simple tool to generate barrels for your TypeScript project

30 lines 717 B
{ "name": "@tsed/barrels", "description": "A simple tool to generate barrels for your TypeScript project", "version": "6.2.1", "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" }