barrelize
Version:
Automatically generating index (barrel) files
60 lines (59 loc) • 1.26 kB
JSON
{
"name": "barrelize",
"version": "1.8.2",
"description": "Automatically generating index (barrel) files",
"author": "Nizami",
"license": "MIT",
"keywords": [
"barrels",
"typescript",
"index.ts",
"index.js"
],
"repository": {
"type": "git",
"url": "git@github.com/nizami/barrelize"
},
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"bin": {
"barrelize": "./bin/cli.js"
},
"files": [
"bin",
"lib",
"schema.json"
],
"sideEffects": false,
"scripts": {
"build": "npx barrelize && npm run schema && vite build",
"schema": "tsx scripts/schema.script.ts > schema.json",
"test": "vitest run"
},
"devDependencies": {
"@babel/parser": "^7.29.7",
"@microsoft/api-extractor": "^7.58.9",
"@types/node": "^25.9.3",
"cac": "^7.0.0",
"chokidar": "^5.0.0",
"glob": "^13.0.6",
"json5": "^2.2.3",
"tsx": "^4.22.4",
"typescript": "~6.0.3",
"unplugin-dts": "^1.0.2",
"vite": "^8.0.16",
"vitest": "^4.1.8",
"zod": "^4.4.3"
},
"allowScripts": {
"esbuild@0.28.0": true,
"fsevents@2.3.3": true
}
}