UNPKG

@cloudtower/parrot

Version:

i18n modules for cloudtower sparrow and eagle

50 lines (49 loc) 1.38 kB
{ "name": "@cloudtower/parrot", "version": "490.0.3", "description": "i18n modules for cloudtower sparrow and eagle", "keywords": [ "i18n", "i18next", "typescript", "tower" ], "main": "dist/umd/index.js", "module": "./dist/esm/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "homepage": "https://github.com/webzard-io/cloudtower-ui-kit#readme", "repository": { "type": "git", "url": "https://github.com/webzard-io/cloudtower-ui-kit.git" }, "scripts": { "test": "vitest", "test:ci": "vitest run --silent", "prebuild": "rm -rf dist", "build": "rollup --config rollup.config.js --bundleConfigAsCjs", "typings": "tsc -v && tsc --emitDeclarationOnly", "generate:reexport": "node --loader ts-node/esm tools/index.mts", "lint": "eslint src --ext .ts --quiet" }, "dependencies": { "i18next": "^23.2.3", "lodash.merge": "^4.6.2" }, "devDependencies": { "@rollup/plugin-json": "^6.0.0", "@types/lodash.merge": "^4.6.7", "@types/lodash.xor": "^4.5.9", "ejs": "^3.1.8", "lodash.xor": "^4.5.0", "rollup": "^3.12.1", "rollup-plugin-esbuild": "5.0.0", "rollup-plugin-polyfill-node": "^0.12.0", "rollup-plugin-visualizer": "5.9.0", "typescript": "5.0.2", "vitest": "^3.1.1" }, "gitHead": "1690f89b2bbc37ee2682d23afdaa4b9151469a50" }