-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.64 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
51
52
53
54
{
"private": true,
"name": "@asgardeo/passport-asgardeo-workspace",
"version": "0.0.0",
"description": "workspace for managing the source code of the passport-asgardeo package",
"author": "WSO2",
"license": "Apache-2.0",
"homepage": "https://github.com/asgardeo/passport-asgardeo#README",
"bugs": {
"url": "https://github.com/asgardeo/passport-asgardeo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/asgardeo/passport-asgardeo"
},
"keywords": [
"asgardeo",
"passport",
"authentication",
"strategy",
"wso2",
"oidc",
"oauth"
],
"scripts": {
"build": "nx run-many --target=build --parallel",
"changeset": "changeset",
"lint": "nx run-many --target=lint --parallel",
"publish:packages": "changeset publish",
"test": "nx run-many --target=test --parallel",
"test:ci": "nx run-many --target=test:ci --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.11",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?fa0b844715320a3953d6d055997c0770f8695082",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?fa0b844715320a3953d6d055997c0770f8695082",
"eslint": "~8.57.0",
"nx": "20.2.2",
"prettier": "^3.4.2"
},
"workspaces": [
"lib"
],
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"publishConfig": {
"access": "restricted"
}
}