UNPKG

@ilingo/fs

Version:

This is a lightweight library for translation.

73 lines (72 loc) 2.03 kB
{ "name": "@ilingo/fs", "version": "4.3.3", "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", "require": "./dist/index.cjs" }, "./core": { "import": { "types": "./ilingo/index.d.ts", "default": "./ilingo/index.mjs" }, "require": { "types": "./ilingo/index.d.ts", "default": "./ilingo/index.js" } } }, "main": "./dist/index.cjs", "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 jest --config ./test/jest.config.js", "test:coverage": "npm run test -- --coverage" }, "keywords": [ "i18n", "language", "translate", "translation", "bilingual", "internationalization", "locale", "locales", "server-side", "client-side" ], "license": "MIT", "dependencies": { "ilingo": "^4.4.1", "locter": "^2.1.6", "pathe": "^2.0.3", "smob": "^1.5.0" }, "gitHead": "e0db40b8067d33add80b3582cab8d24149dacec9", "publishConfig": { "access": "public" } }