UNPKG

intl-watcher

Version:

Automated translation key extraction and dictionary management plugin for Next.js

87 lines 1.99 kB
{ "name": "intl-watcher", "version": "0.5.0", "description": "Automated translation key extraction and dictionary management plugin for Next.js", "repository": { "type": "git", "url": "git+https://github.com/ChristianIvicevic/intl-watcher.git" }, "license": "MIT", "author": { "name": "Christian Ivicevic", "email": "mail@christian-ivicevic.com" }, "funding": [ { "type": "individual", "url": "https://github.com/sponsors/ChristianIvicevic" } ], "type": "module", "main": "lib/index.js", "files": [ "LICENSE.md", "README.md", "lib/", "package.json" ], "keywords": [ "react", "intl", "i18n", "internationalization", "localization", "translate", "translation", "next", "next.js" ], "lint-staged": { "*": "biome check --write ." }, "dependencies": { "chokidar": "4.0.3", "debounce": "2.2.0", "dedent": "1.6.0", "lodash": "4.17.21", "picocolors": "1.1.1", "proper-lockfile": "4.1.2", "ts-morph": "26.0.0" }, "devDependencies": { "@biomejs/biome": "2.1.2", "@changesets/cli": "2.29.5", "@changesets/get-github-info": "0.6.0", "@changesets/types": "6.1.0", "@types/fs-extra": "11.0.4", "@types/lodash": "4.17.20", "@types/node": "22.16.5", "@types/proper-lockfile": "4.1.4", "@vitest/coverage-v8": "3.2.4", "@vitest/ui": "3.2.4", "fs-extra": "11.3.0", "husky": "9.1.7", "lint-staged": "16.1.2", "tsup": "8.5.0", "type-fest": "4.41.0", "typescript": "5.8.3", "vitest": "3.2.4" }, "peerDependencies": { "next": "^14.0.0 || ^15.0.0" }, "engines": { "node": ">=18.3.0" }, "publishConfig": { "provenance": true }, "scripts": { "build": "tsup", "format": "biome check --write .", "lint": "biome check .", "test": "FORCE_COLOR=1 vitest", "tsc": "tsc", "version-package": "changeset version && biome check --write ." } }