express-intlayer
Version:
Manage internationalization i18n in a simple way for express application.
106 lines (105 loc) • 2.78 kB
JSON
{
"name": "express-intlayer",
"version": "7.3.11",
"private": false,
"description": "Manage internationalization i18n in a simple way for express application.",
"keywords": [
"intlayer",
"express",
"backend",
"error",
"api",
"application",
"typescript",
"javascript",
"middleware"
],
"homepage": "https://intlayer.org",
"bugs": {
"url": "https://github.com/aymericzip/intlayer/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aymericzip/intlayer.git"
},
"license": "Apache-2.0",
"author": {
"name": "Aymeric PINEAU",
"url": "https://github.com/aymericzip"
},
"contributors": [
{
"name": "Aymeric Pineau",
"email": "ay.pineau@gmail.com",
"url": "https://github.com/aymericzip"
}
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.cjs",
"import": "./dist/esm/index.mjs"
},
"./package.json": "./package.json"
},
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"typesVersions": {
"*": {
"package.json": [
"./package.json"
]
}
},
"files": [
"./dist",
"./package.json"
],
"scripts": {
"_prepublish": "cp -f ../../README.md ./README.md",
"build": "tsdown --config tsdown.config.ts",
"build:ci": "tsdown --config tsdown.config.ts",
"clean": "rimraf ./dist .turbo",
"dev": "tsdown --config tsdown.config.ts --watch",
"format": "biome format . --check",
"format:fix": "biome format --write .",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"prepublish": "echo prepublish temporally disabled to avoid rewrite readme",
"publish": "bun publish || true",
"publish:canary": "bun publish --access public --tag canary || true",
"publish:latest": "bun publish --access public --tag latest || true",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit --project tsconfig.types.json"
},
"dependencies": {
"@intlayer/chokidar": "7.3.11",
"@intlayer/config": "7.3.11",
"@intlayer/core": "7.3.11",
"@intlayer/types": "7.3.11",
"cls-hooked": "4.2.2",
"intlayer": "7.3.11"
},
"devDependencies": {
"@types/cls-hooked": "4.3.9",
"@types/express": "5.0.5",
"@types/node": "24.10.1",
"@utils/ts-config": "1.0.4",
"@utils/ts-config-types": "1.0.4",
"@utils/tsdown-config": "1.0.4",
"express": "5.1.0",
"rimraf": "6.1.2",
"tsdown": "0.16.8",
"typescript": "5.9.3",
"vitest": "4.0.14"
},
"engines": {
"node": ">=14.18"
},
"bug": {
"url": "https://github.com/aymericzip/intlayer/issues"
}
}