{ "name": "@richardrigutins/replace-in-files", "version": "1.0.0", "private": true, "description": "Replace text in files by matching strings.", "main": "lib/main.js", "scripts": { "build": "tsc", "format": "prettier --write '**/*.ts'", "format-check": "prettier --check '**/*.ts'", "lint": "eslint src/**/*.ts", "package": "ncc build --source-map --license licenses.txt", "test": "jest", "all": "npm run build && npm run format && npm run lint && npm run package && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/richardrigutins/replace-in-files" }, "keywords": [ "actions", "replace" ], "author": "richardrigutins", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", "glob": "^10.3.12" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/lodash": "^4.17.0", "@types/node": "^20.12.7", "@typescript-eslint/parser": "^5.62.0", "@vercel/ncc": "^0.38.1", "eslint": "^8.57.0", "eslint-plugin-github": "^4.10.2", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "js-yaml": "^4.1.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "typescript": "^5.4.5" } }