|
| 1 | +{ |
| 2 | + "name": "@asgardeo/i18n", |
| 3 | + "version": "0.0.0", |
| 4 | + "description": "Internationalization (i18n) package for Asgardeo JavaScript SDKs.", |
| 5 | + "keywords": [ |
| 6 | + "asgardeo", |
| 7 | + "i18n", |
| 8 | + "internationalization", |
| 9 | + "localization" |
| 10 | + ], |
| 11 | + "homepage": "https://github.com/asgardeo/javascript/tree/main/packages/i18n#readme", |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/asgardeo/javascript/issues" |
| 14 | + }, |
| 15 | + "author": "WSO2", |
| 16 | + "license": "Apache-2.0", |
| 17 | + "type": "module", |
| 18 | + "main": "dist/cjs/index.js", |
| 19 | + "module": "dist/index.js", |
| 20 | + "exports": { |
| 21 | + "import": "./dist/index.js", |
| 22 | + "require": "./dist/cjs/index.js" |
| 23 | + }, |
| 24 | + "files": [ |
| 25 | + "dist", |
| 26 | + "README.md", |
| 27 | + "LICENSE" |
| 28 | + ], |
| 29 | + "types": "dist/index.d.ts", |
| 30 | + "repository": { |
| 31 | + "type": "git", |
| 32 | + "url": "https://github.com/asgardeo/javascript", |
| 33 | + "directory": "packages/i18n" |
| 34 | + }, |
| 35 | + "scripts": { |
| 36 | + "build": "pnpm clean && node esbuild.config.mjs && tsc -p tsconfig.lib.json --emitDeclarationOnly --outDir dist", |
| 37 | + "clean": "rimraf dist", |
| 38 | + "fix:lint": "eslint . --ext .js,.jsx,.ts,.tsx,.cjs,.mjs", |
| 39 | + "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.cjs,.mjs", |
| 40 | + "test": "vitest", |
| 41 | + "typecheck": "tsc -p tsconfig.lib.json" |
| 42 | + }, |
| 43 | + "devDependencies": { |
| 44 | + "@types/node": "^22.15.30", |
| 45 | + "@wso2/eslint-plugin": "catalog:", |
| 46 | + "@wso2/prettier-config": "catalog:", |
| 47 | + "esbuild": "^0.25.9", |
| 48 | + "eslint": "8.57.0", |
| 49 | + "prettier": "^2.6.2", |
| 50 | + "rimraf": "^6.0.1", |
| 51 | + "typescript": "~5.7.2", |
| 52 | + "vitest": "^3.1.3" |
| 53 | + }, |
| 54 | + "dependencies": { |
| 55 | + "tslib": "^2.8.1" |
| 56 | + }, |
| 57 | + "publishConfig": { |
| 58 | + "access": "public" |
| 59 | + } |
| 60 | +} |
0 commit comments