|
| 1 | +{ |
| 2 | + "name": "@asgardeo/angular", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Angular implementation of Asgardeo JavaScript SDK.", |
| 5 | + "keywords": [ |
| 6 | + "asgardeo", |
| 7 | + "angular", |
| 8 | + "spa", |
| 9 | + "authentication", |
| 10 | + "oidc" |
| 11 | + ], |
| 12 | + "homepage": "https://github.com/asgardeo/javascript/tree/main/packages/angular#readme", |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/asgardeo/javascript/issues" |
| 15 | + }, |
| 16 | + "author": "WSO2", |
| 17 | + "license": "Apache-2.0", |
| 18 | + "type": "module", |
| 19 | + "main": "dist/cjs/index.js", |
| 20 | + "module": "dist/index.js", |
| 21 | + "exports": { |
| 22 | + "import": "./dist/index.js", |
| 23 | + "require": "./dist/cjs/index.js" |
| 24 | + }, |
| 25 | + "files": [ |
| 26 | + "dist", |
| 27 | + "README.md", |
| 28 | + "LICENSE" |
| 29 | + ], |
| 30 | + "types": "dist/index.d.ts", |
| 31 | + "repository": { |
| 32 | + "type": "git", |
| 33 | + "url": "https://github.com/asgardeo/javascript", |
| 34 | + "directory": "packages/angular" |
| 35 | + }, |
| 36 | + "scripts": { |
| 37 | + "build": "pnpm clean && node esbuild.config.mjs && tsc -p tsconfig.lib.json --emitDeclarationOnly --outDir dist", |
| 38 | + "clean": "rimraf dist", |
| 39 | + "fix:lint": "eslint . --ext .js,.ts,.cjs,.mjs", |
| 40 | + "lint": "eslint . --ext .js,.ts,.cjs,.mjs", |
| 41 | + "test": "vitest", |
| 42 | + "typecheck": "tsc -p tsconfig.lib.json" |
| 43 | + }, |
| 44 | + "devDependencies": { |
| 45 | + "@types/node": "22.15.3", |
| 46 | + "@wso2/eslint-plugin": "catalog:", |
| 47 | + "@wso2/prettier-config": "catalog:", |
| 48 | + "esbuild": "0.25.9", |
| 49 | + "eslint": "8.57.0", |
| 50 | + "jsdom": "26.1.0", |
| 51 | + "prettier": "2.6.2", |
| 52 | + "rimraf": "6.1.0", |
| 53 | + "typescript": "5.7.2", |
| 54 | + "vitest": "3.1.3" |
| 55 | + }, |
| 56 | + "peerDependencies": { |
| 57 | + "@angular/common": ">=17.0.0", |
| 58 | + "@angular/core": ">=17.0.0", |
| 59 | + "@angular/router": ">=17.0.0", |
| 60 | + "rxjs": ">=7.0.0" |
| 61 | + }, |
| 62 | + "dependencies": { |
| 63 | + "@asgardeo/browser": "workspace:*", |
| 64 | + "@asgardeo/i18n": "workspace:*", |
| 65 | + "tslib": "2.8.1" |
| 66 | + }, |
| 67 | + "publishConfig": { |
| 68 | + "access": "public" |
| 69 | + } |
| 70 | +} |
0 commit comments