@intlayer/dictionaries-entry
Version:
Provides the entry path for Intlayer dictionaries, solving filesystem retrieval issues for bundlers like Webpack and Rollup.
99 lines (98 loc) • 2.86 kB
JSON
{
"name": "@intlayer/dictionaries-entry",
"version": "8.10.1",
"private": false,
"description": "Provides the entry path for Intlayer dictionaries, solving filesystem retrieval issues for bundlers like Webpack and Rollup.",
"keywords": [
"intlayer",
"alias",
"dictionaries",
"entry"
],
"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"
},
"./*": {
"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": {
"build": "bun --bun tsdown --config tsdown.config.ts",
"build:ci": "bun --bun tsdown --config tsdown.config.ts",
"clean": "bun --bun rimraf ./dist .turbo",
"dev": "bun --bun tsdown --config tsdown.config.ts --watch",
"format": "bun --bun biome format . --check",
"format:fix": "bun --bun biome format --write .",
"lint": "bun --bun biome lint .",
"lint:fix": "bun --bun biome lint --write .",
"process-files": "ts-node src/transpiler/processFilesCLI.ts --dir $npm_config_dir --extension $npm_config_extension --no-node-snapshot",
"prepublish": "cp -f ../../../README.md ./README.md",
"publish": "bun publish || true",
"publish:canary": "bun publish --access public --tag canary || true",
"publish:latest": "bun publish --access public --tag latest || true",
"test": "bun --bun vitest run",
"test:watch": "bun --bun vitest",
"typecheck": "tsc --noEmit --project tsconfig.types.json"
},
"dependencies": {
"@intlayer/config": "8.10.1"
},
"devDependencies": {
"@intlayer/types": "8.10.1",
"@types/node": "25.9.1",
"@utils/ts-config": "1.0.4",
"@utils/ts-config-types": "1.0.4",
"@utils/tsdown-config": "1.0.4",
"rimraf": "6.1.3",
"tsdown": "0.22.00",
"typescript": "6.0.3",
"vitest": "4.1.6"
},
"engines": {
"node": ">=14.18"
},
"bug": {
"url": "https://github.com/aymericzip/intlayer/issues"
}
}