-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
50 lines (50 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"private": true,
"name": "@asgardeo/web-ui-sdks",
"version": "0.1.0",
"description": "Web SDKs for building customizable login UIs for Asgardeo & WSO2 Identity Server.",
"author": "WSO2",
"license": "Apache-2.0",
"homepage": "https://github.com/asgardeo/web-ui-sdks#readme",
"bugs": {
"url": "https://github.com/asgardeo/web-ui-sdks/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/asgardeo/web-ui-sdks"
},
"keywords": [
"asgardeo",
"web-sdks",
"api-based-auth"
],
"scripts": {
"build": "nx run-many --target=build --parallel --projects=@asgardeo/js,@asgardeo/react",
"changeset": "changeset",
"lint": "nx run-many --target=lint --parallel",
"publish:packages": "changeset publish",
"test": "nx run-many --target=test --parallel",
"typecheck": "nx run-many --target=typecheck --parallel",
"version:packages": "changeset version && pnpm install --lockfile-only"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.3",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?21281faa4f8354491747075f40f58b497d0c4730",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?fa0b844715320a3953d6d055997c0770f8695082",
"eslint": "~8.57.0",
"nx": "18.2.4",
"prettier": "^3.2.5"
},
"workspaces": [
"packages/*",
"recipes/*"
],
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"publishConfig": {
"access": "restricted"
}
}