-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.44 KB
/
Copy pathpackage.json
File metadata and controls
112 lines (112 loc) · 3.44 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "packtory",
"version": "0.0.0-dev",
"description": "Effortless code bundling and publishing for npm packages",
"type": "module",
"keywords": [
"bundler",
"bundling",
"npm",
"publish",
"modules",
"versioning",
"monorepo",
"publishing",
"package",
"packaging"
],
"author": "Mathias Schreck <schreck.mathias@gmail.com>",
"contributors": [
{
"name": "Christian Rackerseder",
"email": "github@echooff.de"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/enormora/packtory.git"
},
"dependencies": {
"@arethetypeswrong/core": "0.18.5",
"@cyclonedx/cyclonedx-library": "10.2.0",
"@jridgewell/trace-mapping": "0.3.31",
"@octokit/core": "7.0.8",
"@octokit/plugin-paginate-rest": "15.0.0",
"@octokit/plugin-rest-endpoint-methods": "18.0.0",
"@pr-log/core": "0.0.4",
"@schema-hub/zod-error-formatter": "0.0.16",
"@ts-morph/common": "0.29.0",
"@types/common-tags": "1.8.4",
"@types/hosted-git-info": "3.0.5",
"@types/libnpmpublish": "11.2.0",
"@types/npm-registry-fetch": "8.0.9",
"cmd-ts": "0.15.0",
"common-tags": "1.8.2",
"diff": "9.0.0",
"fflate": "0.8.3",
"hosted-git-info": "10.1.1",
"libnpmpublish": "12.0.0",
"npm-package-arg": "14.0.0",
"npm-profile": "13.0.1",
"npm-registry-fetch": "20.0.1",
"open": "11.0.2",
"remeda": "2.45.0",
"semver": "7.8.5",
"spdx-expression-parse": "5.0.0",
"ssri": "14.0.0",
"tar-stream": "3.2.0",
"true-myth": "9.4.0",
"ts-morph": "28.0.0",
"ts-pattern": "5.9.0",
"tslib": "2.8.1",
"type-fest": "5.9.0",
"unix-permissions": "6.0.2",
"yoctocolors": "2.2.0",
"zod": "4.5.4"
},
"devDependencies": {
"@enormora/eslint-config-base": "0.0.61",
"@enormora/eslint-config-mocha-node-assert": "0.0.16",
"@enormora/eslint-config-node": "0.0.46",
"@enormora/eslint-config-typescript": "0.0.69",
"@enormora/objectory": "0.0.17",
"@jridgewell/gen-mapping": "0.3.13",
"@ls-lint/ls-lint": "2.3.1",
"@packtory/cli": "0.0.99",
"@packtory/github-release-gate": "0.0.61",
"@stryker-mutator/core": "9.6.1",
"@stryker-mutator/mocha-runner": "9.6.1",
"@types/mocha": "10.0.10",
"@types/node": "24.13.3",
"@types/npm-package-arg": "6.1.4",
"@types/npm-profile": "5.0.5",
"@types/semver": "7.8.0",
"@types/sinon": "22.0.0",
"@types/spdx-expression-parse": "4.0.0",
"@types/ssri": "7.1.5",
"@types/tar-stream": "3.1.4",
"c8": "12.0.0",
"dependency-cruiser": "18.2.0",
"eslint": "10.9.0",
"fast-check": "4.9.0",
"get-port": "7.2.0",
"jscpd": "5.1.1",
"knip": "6.34.0",
"mocha": "11.8.0",
"node-pty": "1.1.0",
"rust-just": "1.57.0",
"sinon": "22.1.0",
"tinybench": "6.1.4",
"tstyche": "7.2.3",
"typescript": "6.0.3",
"verdaccio": "6.10.1"
},
"engines": {
"node": "^24.15.0 || >=26.0.0"
},
"overrides": {
"@schema-hub/zod-error-formatter": "0.0.16",
"yargs": "18.1.0"
}
}