UNPKG

@ilingo/fs

Version:

This is a lightweight library for translation.

78 lines (77 loc) 2.12 kB
{ "name": "@ilingo/fs", "type": "module", "version": "5.0.0", "description": "This is a lightweight library for translation.", "author": { "name": "Peter Placzek", "email": "contact@tada5hi.net", "url": "https://github.com/tada5hi" }, "repository": { "type": "git", "url": "https://github.com/tada5hi/ilingo.git", "directory": "packages/fs" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" }, "./core": { "import": { "types": "./ilingo/index.d.ts", "default": "./ilingo/index.mjs" }, "require": { "types": "./ilingo/index.d.ts", "default": "./ilingo/index.js" } } }, "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "core", "dist" ], "scripts": { "build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json", "build:js": "rollup -c", "build": "rimraf dist && npm run build:types && npm run build:js", "lint": "eslint --ext .js,.vue,.ts ./src", "lint:fix": "npm run lint -- --fix", "test": "cross-env NODE_ENV=test vitest run test/unit", "test:coverage": "cross-env NODE_ENV=test vitest run --coverage" }, "engines": { "node": "^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0" }, "keywords": [ "i18n", "language", "translate", "translation", "bilingual", "internationalization", "locale", "locales", "server-side", "client-side" ], "license": "MIT", "dependencies": { "ilingo": "^5.0.0", "locter": "^2.2.1", "pathe": "^2.0.3", "smob": "^1.5.0" }, "devDependencies": { "vitest": "^4.0.17" }, "gitHead": "e0db40b8067d33add80b3582cab8d24149dacec9", "publishConfig": { "access": "public" } }