UNPKG

@localazy/languages

Version:
84 lines (83 loc) 2.6 kB
{ "name": "@localazy/languages", "version": "2.0.2", "description": "Available Localazy Languages", "keywords": [ "typescript", "localazy", "languages" ], "homepage": "https://github.com/localazy/languages.git#readme", "repository": { "type": "git", "url": "git+https://github.com/localazy/languages.git" }, "license": "MIT", "author": { "name": "Localazy", "email": "team@localazy.com", "url": "https://localazy.com" }, "type": "module", "exports": { ".": { "import": { "types": "./dist/languages.d.ts", "default": "./dist/languages.js" }, "require": { "types": "./dist/languages.d.ts", "default": "./dist/languages.js" } }, "./data/*": "./dist/data/*.json", "./data/translations/*": "./dist/data/translations/*.json" }, "main": "./dist/languages.js", "module": "./dist/languages.js", "types": "./dist/languages.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "npm run main-ts:build && npm run pre-build-scripts && vite build --mode production && npm run post-build-scripts", "check": "npm run prettier && npm run lint && npm run typecheck && npm run build", "check:fix": "npm run prettier:fix && npm run lint:fix", "lint": "eslint --cache --cache-location .cache/eslint .", "lint:fix": "eslint --fix .", "main-ts:build": "reexport src/index.ts", "post-build-scripts": "./scripts/post-build/index.mjs", "pre-build-scripts": "./scripts/pre-build/index.mjs", "prepare": "husky", "prettier": "prettier --check --cache --cache-location .cache/prettier .", "prettier:fix": "prettier --write .", "typecheck": "tsc --noEmit" }, "prettier": "@localazy/prettier-config", "devDependencies": { "@localazy/cli": "^1.7.16", "@localazy/conventional-changelog-preset": "^1.2.11", "@localazy/eslint-config": "^1.0.0-beta.2", "@localazy/prettier-config": "^1.0.0-beta.1", "@localazy/tsconfig": "^1.0.0-beta.4", "@types/fs-extra": "^11.0.4", "@types/node": "^22.13.16", "conventional-changelog": "^5.1.0", "conventional-changelog-cli": "^4.1.0", "conventional-changelog-writer": "github:localazy/conventional-changelog-writer", "conventional-recommended-bump": "^9.0.0", "dotenv": "^16.4.7", "eslint": "^9.23.0", "fs-extra": "^11.1.1", "husky": "^9.1.7", "prettier": "3.5.3", "reexport": "^1.4.1", "typescript": "^5.8.2", "vite": "^6.2.4", "vite-plugin-dts": "^4.5.3" }, "engines": { "node": ">=16", "npm": ">=8.5" } }