UNPKG

@tsbb/copy-template-dir

Version:
47 lines (46 loc) 1.12 kB
{ "name": "@tsbb/copy-template-dir", "version": "1.4.0", "description": "High throughput template dir writes", "main": "index.js", "scripts": { "deps": "dependency-check . && dependency-check . --extra --no-dev", "test": "npm run deps && NODE_ENV=test node test", "test:cov": "npm run deps && NODE_ENV=test nyc tape test/index.js && nyc report --reporter=lcov" }, "repository": { "type": "git", "url": "https://github.com/tsbbjs/copy-template-dir.git" }, "keywords": [ "template", "directory", "boilerplate", "copy", "concurrent" ], "license": "MIT", "dependencies": { "end-of-stream": "^1.1.0", "graceful-fs": "^4.1.3", "maxstache": "^1.0.0", "maxstache-stream": "^1.0.0", "mkdirp": "^0.5.1", "noop2": "^2.0.0", "pump": "^1.0.0", "readdirp": "^3.6.0", "run-parallel": "^1.2.0" }, "devDependencies": { "concat-stream": "^1.5.0", "dependency-check": "^2.5.1", "istanbul": "^0.4.5", "nyc": "^17.0.0", "rimraf": "^2.4.3", "tape": "^4.2.0" }, "files": [ "index.js", "bin/*" ] }