forked from asgardeo/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.57 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.57 KB
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
55
{
"private": true,
"name": "@asgardeo/javascript-workspace",
"version": "0.0.0",
"description": "Workspace to hold the Asgardeo JavaScript SDKs.",
"author": "WSO2",
"license": "Apache-2.0",
"homepage": "https://github.com/asgardeo/javascript#readme",
"bugs": {
"url": "https://github.com/asgardeo/javascript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/asgardeo/javascript"
},
"keywords": [
"asgardeo",
"javascript",
"workspace"
],
"scripts": {
"build": "nx run-many --target=build --all",
"fix:lint": "nx run-many --target=fix:lint --all --parallel",
"lint": "nx run-many --target=lint --all --parallel",
"publish:packages": "changeset publish",
"test": "nx run-many --target=test --all --parallel",
"typecheck": "nx run-many --target=typecheck --all --parallel",
"version:packages": "changeset version && pnpm install --lockfile-only",
"aggregate-changelogs": "node scripts/aggregate-changelogs.js"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.29.4",
"@wso2/eslint-plugin": "catalog:",
"@wso2/prettier-config": "catalog:",
"eslint": "8.57.0",
"nx": "20.8.1",
"prettier": "2.6.2",
"typescript": "5.7.2"
},
"pnpm": {
"overrides": {
"pbkdf2": "3.1.3",
"sha.js": "2.4.12",
"nx>axios": "1.12.0",
"test-exclude>glob": "10.5.0",
"js-beautify>glob": "10.5.0",
"@types/react": "19.1.5",
"@types/react-dom": "19.1.5"
}
},
"publishConfig": {
"access": "restricted"
}
}