11{
22 "private" : true ,
3- "name" : " @asgardeo/web-ui-sdks " ,
4- "version" : " 0.1 .0" ,
5- "description" : " Web SDKs for building customizable login UIs for Asgardeo & WSO2 Identity Server ." ,
3+ "name" : " @asgardeo/javascript-workspace " ,
4+ "version" : " 0.0 .0" ,
5+ "description" : " Workspace to hold the Asgardeo JavaScript SDKs ." ,
66 "author" : " WSO2" ,
77 "license" : " Apache-2.0" ,
8- "homepage" : " https://github.com/asgardeo/web-ui-sdks #readme" ,
8+ "homepage" : " https://github.com/asgardeo/javascript #readme" ,
99 "bugs" : {
10- "url" : " https://github.com/asgardeo/web-ui-sdks /issues"
10+ "url" : " https://github.com/asgardeo/javascript /issues"
1111 },
1212 "repository" : {
1313 "type" : " git" ,
14- "url" : " https://github.com/asgardeo/web-ui-sdks "
14+ "url" : " https://github.com/asgardeo/javascript "
1515 },
1616 "keywords" : [
1717 " asgardeo" ,
18- " web-sdks " ,
19- " api-based-auth "
18+ " javascript " ,
19+ " workspace "
2020 ],
2121 "scripts" : {
22- "build" : " nx run-many --target=build --parallel --projects=@asgardeo/js,@asgardeo/react " ,
23- "changeset " : " changeset " ,
24- "lint" : " nx run-many --target=lint --parallel" ,
22+ "build" : " nx run-many --target=build --all " ,
23+ "fix:lint " : " nx run-many --target=fix:lint --all --parallel " ,
24+ "lint" : " nx run-many --target=lint --all -- parallel" ,
2525 "publish:packages" : " changeset publish" ,
26- "test" : " nx run-many --target=test --parallel" ,
27- "typecheck" : " nx run-many --target=typecheck --parallel" ,
26+ "test" : " nx run-many --target=test --all --parallel" ,
2827 "version:packages" : " changeset version && pnpm install --lockfile-only"
2928 },
3029 "devDependencies" : {
31- "@changesets/changelog-github" : " ^0.5.0 " ,
32- "@changesets/cli" : " ^2.27.3 " ,
30+ "@changesets/changelog-github" : " ^0.5.1 " ,
31+ "@changesets/cli" : " ^2.29.4 " ,
3332 "@wso2/eslint-plugin" : " catalog:" ,
3433 "@wso2/prettier-config" : " catalog:" ,
35- "eslint" : " catalog:" ,
36- "nx" : " 18.2.4" ,
37- "prettier" : " ^3.2.5" ,
38- "typescript" : " 5.1.6"
39- },
40- "workspaces" : [
41- " packages/*" ,
42- " recipes/*"
43- ],
44- "engines" : {
45- "node" : " >=18" ,
46- "pnpm" : " >=9"
34+ "eslint" : " 8.57.0" ,
35+ "nx" : " 20.8.1" ,
36+ "prettier" : " ^2.6.2" ,
37+ "typescript" : " ~5.7.2"
4738 },
4839 "publishConfig" : {
4940 "access" : " restricted"
50- },
51- "packageManager" :
" [email protected] +sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971" 52- }
41+ }
42+ }
0 commit comments