-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.85 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
55
{
"name": "@test-release/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build.changelog-formatter": "tsc .changeset/changelog-github-custom.ts",
"changeset": "changeset",
"changeset.version": "changeset version && pnpm install --no-frozen-lockfile && git add --all",
"release.prepare": "nx run-many --target=build --all --parallel",
"release.setroot": "mv pnpm-workspace.yaml dist/pnpm-workspace.yaml && cp pnpm-workspace-for-release.yaml pnpm-workspace.yaml",
"release": "pnpm release.prepare && pnpm release.setroot && pnpm release.publish && pnpm release.resetroot",
"release.publish": "changeset publish",
"release.resetroot": "cp dist/pnpm-workspace.yaml pnpm-workspace.yaml"
},
"private": true,
"dependencies": {
"tslib": "^2.3.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@changesets/get-github-info": "^0.6.0",
"@changesets/types": "^6.0.0",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/js": "17.2.8",
"@nx/vite": "17.2.8",
"@nx/workspace": "17.2.8",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitest/coverage-v8": "~0.34.6",
"@vitest/ui": "~0.34.6",
"dotenv": "^16.3.1",
"eslint": "~8.48.0",
"eslint-config-prettier": "^9.0.0",
"jsonc-eslint-parser": "^2.1.0",
"nx": "17.2.8",
"prettier": "^2.6.2",
"ts-node": "10.9.1",
"tsm": "^2.3.0",
"typescript": "~5.2.2",
"verdaccio": "^5.0.4",
"vite": "^5.0.0",
"vite-plugin-dts": "~2.3.0",
"vite-plugin-static-copy": "^1.0.0",
"vitest": "~0.34.6"
},
"nx": {
"includedScripts": []
}
}