makef
Version:
Utilities to create files inside specified directory or copy files
51 lines (50 loc) • 1.24 kB
JSON
{
"name": "makef",
"version": "1.2.0",
"description": "Utilities to create files inside specified directory or copy files",
"main": "index.js",
"types": "./index.d.ts",
"scripts": {
"lint": "eslint --cache --max-warnings 0 index.js \"src/**/*.js\"",
"lint-error": "eslint --cache index.js \"src/**/*.js\"",
"lint-all": "eslint --max-warnings 0 index.js \"src/**/*.js\"",
"lint-all-error": "eslint index.js \"src/**/*.js\"",
"test": "jest",
"check": "npm run lint && npm test",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git://github.com/gamtiq/makef.git"
},
"keywords": [
"utility",
"create",
"copy",
"make",
"produce",
"file",
"files",
"directory",
"write",
"output",
"content",
"empty"
],
"author": "Denis Sikuler",
"license": "MIT",
"bugs": {
"url": "https://github.com/gamtiq/makef/issues"
},
"homepage": "https://github.com/gamtiq/makef#readme",
"dependencies": {
"fs-extra": "8.x.x || 9.x.x || 10.x.x"
},
"devDependencies": {
"eslint": "^7.28.0",
"eslint-config-guard": "^2.1.0",
"eslint-plugin-node": "^11.1.0",
"husky": "^6.0.0",
"jest": "^27.0.4"
}
}