|
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": "[email protected]+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 | + "clean": "shx rm -rf ./{coverage,dist,docs,node_modules,tmp}/ ./{packages,e2e}/*/{dist,node_modules}/ && git clean -fX -e \"!.env*,nx-cloud.env\"", |
16 | 21 | "commit": "git cz", |
| 22 | + "commitlint": "commitlint --edit", |
17 | 23 | "create-package": "nx g @nx/js:library", |
18 | 24 | "docs": "nx affected --target=typedoc", |
19 | 25 | "format": "pnpm nx format:write", |
|
24 | 30 | "serve": "nx serve", |
25 | 31 | "test": "CI=true nx affected:test", |
26 | 32 | "test:e2e": "CI=true nx affected:e2e", |
27 | | - "watch": "nx watch-deps", |
28 | 33 | "verdaccio": "nx local-registry", |
29 | | - "commitlint": "commitlint --edit" |
| 34 | + "watch": "nx watch-deps" |
30 | 35 | }, |
31 | 36 | "lint-staged": { |
32 | 37 | "*": [ |
|
36 | 41 | "git add" |
37 | 42 | ] |
38 | 43 | }, |
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" |
| 44 | + "config": { |
| 45 | + "commitizen": { |
| 46 | + "path": "./node_modules/cz-conventional-changelog" |
| 47 | + } |
46 | 48 | }, |
47 | | - "homepage": "https://github.com/ForgeRock/ping-javascript-sdk#readme", |
| 49 | + "dependencies": {}, |
48 | 50 | "devDependencies": { |
49 | 51 | "@changesets/changelog-github": "^0.5.0", |
50 | 52 | "@changesets/cli": "^2.27.9", |
|
80 | 82 | "@types/node": "22.13.16", |
81 | 83 | "@typescript-eslint/typescript-estree": "8.23.0", |
82 | 84 | "@typescript-eslint/utils": "^8.13.0", |
83 | | - "@vitest/coverage-v8": "3.0.4", |
| 85 | + "@vitest/coverage-v8": "^3.0.5", |
84 | 86 | "@vitest/ui": "3.0.4", |
85 | 87 | "conventional-changelog-conventionalcommits": "^8.0.0", |
86 | 88 | "cz-conventional-changelog": "^3.3.0", |
|
119 | 121 | "vitest": "3.0.5", |
120 | 122 | "vitest-canvas-mock": "^0.3.3" |
121 | 123 | }, |
122 | | - "config": { |
123 | | - "commitizen": { |
124 | | - "path": "./node_modules/cz-conventional-changelog" |
125 | | - } |
| 124 | + "packageManager": "[email protected]+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531", |
| 125 | + "engines": { |
| 126 | + "node": "^20 || ^22", |
| 127 | + "pnpm": "9.15.9" |
126 | 128 | }, |
127 | 129 | "nx": { |
128 | 130 | "includedScripts": [] |
|
0 commit comments