|
| 1 | +{ |
| 2 | + "name": "@logto/angular", |
| 3 | + "version": "0.0.0", |
| 4 | + "type": "module", |
| 5 | + "module": "./lib/index.js", |
| 6 | + "types": "./lib/index.d.ts", |
| 7 | + "exports": { |
| 8 | + "types": "./lib/index.d.ts", |
| 9 | + "import": "./lib/index.js", |
| 10 | + "default": "./lib/index.js" |
| 11 | + }, |
| 12 | + "files": [ |
| 13 | + "lib" |
| 14 | + ], |
| 15 | + "license": "MIT", |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "https://github.com/logto-io/js.git", |
| 19 | + "directory": "packages/angular" |
| 20 | + }, |
| 21 | + "scripts": { |
| 22 | + "dev:tsc": "tsc -p tsconfig.build.json -w --preserveWatchOutput", |
| 23 | + "precommit": "lint-staged", |
| 24 | + "check": "tsc --noEmit", |
| 25 | + "build": "rm -rf lib/ && tsc -p tsconfig.build.json --noEmit && rollup -c", |
| 26 | + "lint": "eslint --ext .ts --ext .tsx src", |
| 27 | + "prepack": "pnpm build && pnpm test" |
| 28 | + }, |
| 29 | + "dependencies": { |
| 30 | + "@logto/js": "workspace:^", |
| 31 | + "@silverhand/essentials": "^2.9.2" |
| 32 | + }, |
| 33 | + "devDependencies": { |
| 34 | + "@silverhand/eslint-config": "^6.0.1", |
| 35 | + "@silverhand/eslint-config-react": "^6.0.2", |
| 36 | + "@silverhand/ts-config": "^6.0.0", |
| 37 | + "@silverhand/ts-config-react": "^6.0.0", |
| 38 | + "angular-auth-oidc-client": "^19.0.0", |
| 39 | + "eslint": "^8.57.0", |
| 40 | + "lint-staged": "^15.0.0", |
| 41 | + "prettier": "^3.0.0", |
| 42 | + "typescript": "^5.3.3", |
| 43 | + "vitest": "^2.1.9" |
| 44 | + }, |
| 45 | + "eslintConfig": { |
| 46 | + "extends": "@silverhand" |
| 47 | + }, |
| 48 | + "prettier": "@silverhand/eslint-config/.prettierrc", |
| 49 | + "publishConfig": { |
| 50 | + "access": "public" |
| 51 | + } |
| 52 | +} |
0 commit comments