@generaltranslation/gt-next-lint
Version:
ESLint plugin for General Translation Next.js integration
68 lines • 1.96 kB
JSON
{
"name": "@generaltranslation/gt-next-lint",
"version": "14.0.37",
"description": "ESLint plugin for General Translation Next.js integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"gt-next",
"translation",
"internationalization",
"i18n",
"jsx",
"react",
"nextjs"
],
"author": "General Translation, Inc.",
"license": "FSL-1.1-ALv2",
"repository": {
"type": "git",
"url": "git+https://github.com/generaltranslation/gt.git",
"directory": "packages/next-lint"
},
"bugs": {
"url": "https://github.com/generaltranslation/gt/issues"
},
"homepage": "https://generaltranslation.com/",
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"eslint": "^8.0.0 || ^9.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"gt-next": "6.16.37"
},
"devDependencies": {
"@types/eslint": "^8.56.0",
"@types/node": "^22.13.5",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
"tsdown": "^0.21.10",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"scripts": {
"patch": "pnpm version patch",
"emit-types": "sh ../../scripts/emit-types.sh",
"transpile": "tsdown && pnpm run emit-types",
"build": "pnpm run transpile",
"build:clean": "sh ../../scripts/clean.sh && pnpm run build",
"build:release": "pnpm run build:clean",
"dev": "tsdown --watch",
"release": "pnpm run build:clean && pnpm publish",
"release:alpha": "pnpm run build:clean && pnpm publish --tag alpha",
"release:beta": "pnpm run build:clean && pnpm publish --tag beta",
"release:latest": "pnpm run build:clean && pnpm publish --tag latest",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
}
}