{ "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.11.1", "glob": "^11.0.3" }, "devDependencies": { "@stylistic/eslint-plugin": "^2.13.0", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.20", "@types/node": "^24.2.0", "@typescript-eslint/eslint-plugin": "^8.33.1", "@typescript-eslint/parser": "^8.38.0", "@vercel/ncc": "^0.38.3", "eslint": "^9.33.0", "eslint-plugin-github": "^5.1.8", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-prettier": "^5.5.3", "jest": "^29.7.0", "js-yaml": "^4.1.0", "prettier": "^3.5.3", "ts-jest": "^29.4.0", "typescript": "^5.9.2" } }