You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.0 KiB
44 lines
1.0 KiB
2 years ago
|
{
|
||
|
"name": "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": "standard && npm run deps && NODE_ENV=test node test",
|
||
|
"test:cov": "standard && npm run deps && NODE_ENV=test istanbul cover test/index.js"
|
||
|
},
|
||
|
"repository": "yoshuawuyts/copy-template-dir",
|
||
|
"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": "^2.0.0",
|
||
|
"run-parallel": "^1.1.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"concat-stream": "^1.5.0",
|
||
|
"dependency-check": "^2.5.1",
|
||
|
"istanbul": "^0.3.21",
|
||
|
"rimraf": "^2.4.3",
|
||
|
"standard": "^5.3.1",
|
||
|
"tape": "^4.2.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"bin/*"
|
||
|
]
|
||
|
}
|