inserter
Version:
Insert pre-defined strings into specific sections of other files by using comments.
22 lines (21 loc) • 429 B
JSON
{
"name": "inserter",
"version": "1.1.3",
"description": "Insert pre-defined strings into specific sections of other files by using comments.",
"main": "index.js",
"scripts": {
"test": "test"
},
"keywords": [
"Insert",
"import"
],
"author": "Sebastian Fitzner",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"glob": "^7.1.2",
"mkdirp": "^0.5.1",
"path": "^0.12.7"
}
}