prepend-directive
Version:
Prepend a directive to the top of a file
31 lines (30 loc) • 533 B
JSON
{
"name": "prepend-directive",
"version": "1.1.0",
"description": "Prepend a directive to the top of a file",
"main": "index.js",
"bin": {
"prepend-directive": "index.js"
},
"files": [
"index.js"
],
"scripts": {
"test": "uvu tests --ignore fixtures --bail"
},
"keywords": [
"prepend",
"directive",
"postbuild",
"lifecycle",
"hook"
],
"author": "Ty Hopp",
"license": "MIT",
"dependencies": {
"fs-extra": "^10.1.0"
},
"devDependencies": {
"uvu": "^0.5.6"
}
}