UNPKG

barro

Version:

Flexible barrel file generation for Javascript and Typescript with watching built-in.

38 lines (37 loc) 810 B
{ "name": "barro", "version": "1.2.8", "license": "MIT", "main": "lib/index.js", "bin": "lib/cli.js", "keywords": [ "barrel", "index", "typescript", "generation" ], "repository": { "type": "git", "url": "git+https://github.com/jmeyers91/barro.git" }, "author": "James Meyers", "bugs": { "url": "https://github.com/jmeyers91/barro/issues" }, "homepage": "https://github.com/jmeyers91/barro#readme", "scripts": { "clean": "rm -rf lib", "build": "tsc && chmod +x lib/cli.js", "publish": "npm run build && npm publish" }, "devDependencies": { "@types/globby": "^9.1.0", "@types/node": "^14.14.16", "typescript": "^4.1.3" }, "dependencies": { "chokidar": "^3.4.3", "globby": "^11.0.1", "handlebars": "^4.7.6" } }