@gasket/plugin-intl
Version:
NodeJS script to build localization files.
74 lines • 1.98 kB
JSON
{
"name": "@gasket/plugin-intl",
"version": "7.6.7",
"description": "NodeJS script to build localization files.",
"type": "module",
"types": "lib/index.d.ts",
"files": [
"generator",
"lib",
"cjs",
"EXAMPLES.md"
],
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./cjs/index.js",
"default": "./cjs/index.cjs"
},
"./package.json": "./package.json"
},
"repository": "godaddy/gasket.git",
"publishConfig": {
"access": "public"
},
"keywords": [
"gasket",
"intl",
"plugin"
],
"author": "GoDaddy Operating Company, LLC",
"license": "MIT",
"bugs": "https://github.com/godaddy/gasket/issues",
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-intl",
"dependencies": {
"debug": "^4.4.0",
"fs-extra": "^10.1.0",
"glob": "^13.0.1",
"intl": "^1.2.5",
"negotiator": "^1.0.0",
"semver": "^7.7.1",
"@gasket/request": "^7.5.5"
},
"devDependencies": {
"react": "^19.2.4",
"react-intl": "^7.1.6",
"vitest": "^3.2.0",
"webpack": "^5.104.1",
"@gasket/cjs": "^7.1.2",
"@gasket/plugin-command": "^7.6.6",
"@gasket/intl": "^7.5.3",
"@gasket/core": "^7.7.5",
"@gasket/plugin-metadata": "^7.5.12",
"@gasket/plugin-https": "^7.4.2",
"@gasket/plugin-nextjs": "^7.7.7",
"@gasket/plugin-logger": "^7.5.0",
"@gasket/plugin-elastic-apm": "^7.5.1",
"@gasket/plugin-data": "^7.5.3",
"create-gasket-app": "^7.4.23",
"@gasket/react-intl": "^7.7.2",
"@gasket/plugin-service-worker": "^7.5.2"
},
"scripts": {
"build": "gasket-cjs lib cjs",
"lint": "eslint .",
"lint:fix": "pnpm run lint --fix",
"posttest": "pnpm run lint && pnpm run typecheck",
"test": "vitest run --globals",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"typecheck": "tsc",
"typecheck:watch": "tsc --watch"
}
}