@cloudtower/parrot 0.0.0-testid-rc-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,49 @@
1
+ {
2
+ "name": "@cloudtower/parrot",
3
+ "version": "0.0.0-testid-rc-0",
4
+ "description": "i18n modules for cloudtower sparrow and eagle",
5
+ "keywords": [
6
+ "i18n",
7
+ "i18next",
8
+ "typescript",
9
+ "tower"
10
+ ],
11
+ "main": "dist/umd/index.js",
12
+ "module": "./dist/esm/index.js",
13
+ "types": "dist/index.d.ts",
14
+ "files": [
15
+ "dist"
16
+ ],
17
+ "homepage": "https://github.com/webzard-io/cloudtower-ui-kit#readme",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/webzard-io/cloudtower-ui-kit.git"
21
+ },
22
+ "scripts": {
23
+ "test": "vitest",
24
+ "test:ci": "vitest run",
25
+ "prebuild": "rm -rf dist",
26
+ "build": "rollup --config rollup.config.js --bundleConfigAsCjs",
27
+ "typings": "tsc -v && tsc --emitDeclarationOnly",
28
+ "generate:reexport": "node --loader ts-node/esm tools/index.mts",
29
+ "lint": "eslint src --ext .ts --quiet"
30
+ },
31
+ "dependencies": {
32
+ "i18next": "^23.2.3",
33
+ "lodash.merge": "^4.6.2"
34
+ },
35
+ "devDependencies": {
36
+ "@rollup/plugin-json": "^6.0.0",
37
+ "@types/lodash.merge": "^4.6.7",
38
+ "@types/lodash.xor": "^4.5.9",
39
+ "ejs": "^3.1.8",
40
+ "lodash.xor": "^4.5.0",
41
+ "rollup": "^3.12.1",
42
+ "rollup-plugin-esbuild": "5.0.0",
43
+ "rollup-plugin-polyfill-node": "^0.12.0",
44
+ "rollup-plugin-visualizer": "5.9.0",
45
+ "typescript": "5.0.2",
46
+ "vitest": "^0.24.1"
47
+ },
48
+ "gitHead": "11aa20e3c5890b5502f772dfd4ea91fae6d0543b"
49
+ }