|
1 | 1 | { |
2 | 2 | "name": "ping-javascript-sdk", |
| 3 | + "version": "0.0.0", |
3 | 4 | "private": true, |
4 | 5 | "description": "Ping JavaScript SDK", |
5 | | - "packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531", |
6 | | - "engines": { |
7 | | - "node": "^20 || ^22", |
8 | | - "pnpm": "9.15.9" |
| 6 | + "homepage": "https://github.com/ForgeRock/ping-javascript-sdk#readme", |
| 7 | + "bugs": { |
| 8 | + "url": "https://github.com/ForgeRock/ping-javascript-sdk/issues" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "https://github.com/ForgeRock/ping-javascript-sdk.git" |
9 | 13 | }, |
| 14 | + "author": "ForgeRock", |
10 | 15 | "scripts": { |
11 | 16 | "build": "nx affected --target=build", |
12 | | - "clean": "shx rm -rf ./{coverage,dist,docs,node_modules,tmp}/ ./{packages,e2e}/*/{dist,node_modules}/ && git clean -fX -e \"!.env*,nx-cloud.env\"", |
| 17 | + "changeset": "changeset", |
13 | 18 | "ci:release": "pnpm publish -r --no-git-checks && changeset tag", |
14 | 19 | "ci:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm format", |
15 | | - "changeset": "changeset", |
| 20 | + "circular-dep-check": "madge --circular .", |
| 21 | + "clean": "shx rm -rf ./{coverage,dist,docs,node_modules,tmp}/ ./{packages,e2e}/*/{dist,node_modules}/ && git clean -fX -e \"!.env*,nx-cloud.env\"", |
16 | 22 | "commit": "git cz", |
| 23 | + "commitlint": "commitlint --edit", |
17 | 24 | "create-package": "nx g @nx/js:library", |
18 | 25 | "docs": "nx affected --target=typedoc", |
19 | 26 | "format": "pnpm nx format:write", |
20 | 27 | "lint": "nx affected --target=lint", |
| 28 | + "local-release": "pnpm ts-node tools/release/release.ts", |
21 | 29 | "nx": "nx", |
22 | 30 | "preinstall": "npx only-allow pnpm", |
23 | 31 | "prepare": "node .husky/install.mjs", |
24 | 32 | "serve": "nx serve", |
25 | 33 | "test": "CI=true nx affected:test", |
26 | 34 | "test:e2e": "CI=true nx affected:e2e", |
27 | | - "watch": "nx watch-deps", |
28 | 35 | "verdaccio": "nx local-registry", |
29 | | - "commitlint": "commitlint --edit" |
| 36 | + "watch": "nx watch-deps" |
30 | 37 | }, |
31 | 38 | "lint-staged": { |
32 | 39 | "*": [ |
|
36 | 43 | "git add" |
37 | 44 | ] |
38 | 45 | }, |
39 | | - "repository": { |
40 | | - "type": "git", |
41 | | - "url": "https://github.com/ForgeRock/ping-javascript-sdk.git" |
42 | | - }, |
43 | | - "author": "ForgeRock", |
44 | | - "bugs": { |
45 | | - "url": "https://github.com/ForgeRock/ping-javascript-sdk/issues" |
| 46 | + "config": { |
| 47 | + "commitizen": { |
| 48 | + "path": "./node_modules/cz-conventional-changelog" |
| 49 | + } |
46 | 50 | }, |
47 | | - "homepage": "https://github.com/ForgeRock/ping-javascript-sdk#readme", |
48 | 51 | "devDependencies": { |
49 | 52 | "@changesets/changelog-github": "^0.5.0", |
50 | 53 | "@changesets/cli": "^2.27.9", |
51 | 54 | "@codecov/vite-plugin": "1.9.0", |
52 | 55 | "@commitlint/cli": "^19.1.0", |
53 | 56 | "@commitlint/config-conventional": "^19.1.0", |
54 | 57 | "@commitlint/prompt": "^19.1.0", |
| 58 | + "@effect/cli": "0.59.10", |
55 | 59 | "@effect/language-service": "^0.2.0", |
56 | 60 | "@effect/platform": "^0.58.27", |
57 | 61 | "@effect/platform-node": "^0.53.26", |
|
80 | 84 | "@types/node": "22.14.1", |
81 | 85 | "@typescript-eslint/typescript-estree": "8.23.0", |
82 | 86 | "@typescript-eslint/utils": "^8.13.0", |
83 | | - "@vitest/coverage-v8": "3.0.4", |
| 87 | + "@vitest/coverage-v8": "^3.0.5", |
84 | 88 | "@vitest/ui": "3.0.4", |
85 | 89 | "conventional-changelog-conventionalcommits": "^8.0.0", |
86 | 90 | "cz-conventional-changelog": "^3.3.0", |
87 | 91 | "cz-git": "^1.6.1", |
| 92 | + "effect": "^3.12.7", |
88 | 93 | "eslint": "^9.8.0", |
89 | 94 | "eslint-config-prettier": "10.1.2", |
90 | 95 | "eslint-plugin-import": "2.31.0", |
|
97 | 102 | "jsdom": "26.1.0", |
98 | 103 | "jsonc-eslint-parser": "^2.1.0", |
99 | 104 | "lint-staged": "^15.0.0", |
| 105 | + "madge": "8.0.0", |
100 | 106 | "npm-cli-login": "^1.0.0", |
101 | 107 | "nx": "20.5.0", |
102 | 108 | "playwright": "^1.47.2", |
|
119 | 125 | "vitest": "3.0.5", |
120 | 126 | "vitest-canvas-mock": "^0.3.3" |
121 | 127 | }, |
122 | | - "config": { |
123 | | - "commitizen": { |
124 | | - "path": "./node_modules/cz-conventional-changelog" |
125 | | - } |
| 128 | + "packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531", |
| 129 | + "engines": { |
| 130 | + "node": "^20 || ^22", |
| 131 | + "pnpm": "9.15.9" |
126 | 132 | }, |
127 | 133 | "nx": { |
128 | 134 | "includedScripts": [] |
|
0 commit comments