UNPKG

tempmon

Version:

Monitor for a created folder and automatically generate custom files based on your templates - perfect for development

60 lines (59 loc) 1.56 kB
{ "name": "tempmon", "version": "1.0.1", "description": "Monitor for a created folder and automatically generate custom files based on your templates - perfect for development", "main": "index.js", "scripts": { "test": "jest --maxWorkers=1 --detectOpenHandles --forceExit", "test:watch": "jest --watchAll --maxWorkers=1", "lint": "eslint --max-warnings=0 --cache --fix", "lint-staged": "lint-staged", "prepare": "npm run build", "build": "tsc" }, "files": [ "dist" ], "bin": { "tempmon": "dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/nk18chi/tempmon.git" }, "keywords": [ "generate", "templates", "custom-files", "monitor", "development", "cli", "chokidar", "nodemon" ], "author": "Naoki Mita (https://github.com/nk18chi)", "license": "MIT", "bugs": { "url": "https://github.com/nk18chi/tempmon/issues" }, "homepage": "https://github.com/nk18chi/tempmon#readme", "devDependencies": { "@tsconfig/node16": "^1.0.3", "@tsconfig/recommended": "^1.0.1", "@types/fs-extra": "^9.0.13", "@types/jest": "^29.0.2", "@types/node": "^18.7.18", "@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/parser": "^5.37.0", "chokidar": "^3.5.3", "dotenv": "^16.0.2", "eslint": "^8.23.1", "fs-extra": "^10.1.0", "husky": "^8.0.1", "jest": "^29.0.3", "lint-staged": "^13.0.3", "ts-jest": "^29.0.1", "ts-node": "^10.9.1", "typescript": "^4.8.3" } }