-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
166 lines (166 loc) Β· 5.48 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "@storm-chef/monorepo",
"version": "0.0.0",
"description": "π§βπ³ Storm Chef is a collection of trading/quantitative finance libraries, applications, and tools that are primarily written in Rust.",
"repository": {
"type": "github",
"url": "https://github.com/storm-software/storm-chef.git"
},
"homepage": "https://stormsoftware.com",
"bugs": {
"url": "https://github.com/storm-software/storm-chef/issues",
"email": "[email protected]"
},
"author": {
"name": "Storm Software",
"email": "[email protected]",
"url": "https://stormsoftware.com/contact"
},
"maintainers": [
{
"name": "Storm Software",
"email": "[email protected]",
"url": "https://stormsoftware.com/contact"
},
{
"name": "Pat Sullivan",
"email": "[email protected]",
"url": "https://patsullivan.org"
}
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/storm-software"
},
"license": "Apache-2.0",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=20.11.0",
"pnpm": ">=9.8.0"
},
"keywords": [
"storm",
"chef",
"storm-chef",
"storm-stack",
"acidic",
"cyclone-ui",
"sullivanpj",
"monorepo"
],
"scripts": {
"adr": "pnpm log4brains adr new",
"adr-preview": "pnpm log4brains preview",
"build": "nx affected --targets=build --parallel=3 --configuration=production --exclude=docs-*",
"build-all": "nx run-many --targets=build --all --parallel=3 --configuration=production --exclude=docs-*",
"clean": "rimraf dist",
"clean-packages": "rimraf dist/packages",
"commit": "pnpm exec storm-git commit",
"dep-graph": "nx dep-graph",
"e2e": "nx e2e",
"format": "nx format:write",
"format-prettier": "pnpm exec prettier --write --ignore-unknown --no-error-on-unmatched-pattern --ignore-path=\"@storm-software/prettier/.prettierignore\" --cache --cache-location=\"./node_modules/.cache/prettier\" ",
"format-readme": "pnpm storm-git readme-gen --templates=\"./tools/readme-templates\"",
"format-toml": "pnpm exec taplo format --config=\"@storm-software/linting-tools/taplo/taplo.toml\" --cache-path=\"./tmp/taplo\"",
"help": "nx help",
"lint": "pnpm exec storm-lint all --skip-cspell --skip-alex",
"lint-ls": "pnpm exec ls-lint --config=\"@storm-software/linting-tools/ls-lint/ls-lint.yml\"",
"lint-prettier": "pnpm exec prettier --check --ignore-path=\"@storm-software/prettier/.prettierignore\" --cache ",
"lint-toml": "pnpm exec taplo format --check --config=\"@storm-software/linting-tools/taplo/taplo.toml\"",
"local-registry": "nx local-registry @storm-chef/monorepo",
"nuke": "nx clear-cache && rimraf tmp && rimraf node_modules/.cache/nx && rimraf **/node_modules && pnpm clear",
"nx": "nx",
"prebuild": "echo Skipping prebuild...",
"prebuild-all": "echo Skipping prebuild-all...",
"push": "git push origin main:main",
"rebuild": "pnpm clean && pnpm build",
"rebuild-all": "pnpm clean-all && pnpm build-all",
"release": "pnpm exec storm-git release",
"start": "nx serve",
"test": "echo Skipping all workspace testing..."
},
"dependencies": {
"@ls-lint/ls-lint": "2.2.3",
"@ltd/j-toml": "1.38.0",
"@nx-tools/container-metadata": "^6.0.2",
"@nx-tools/nx-container": "^6.0.2",
"@nx/devkit": "19.6.2",
"@nx/esbuild": "19.6.2",
"@nx/eslint-plugin": "19.6.2",
"@nx/js": "19.6.2",
"@nx/node": "19.6.2",
"@nx/plugin": "19.6.2",
"@nx/workspace": "19.6.2",
"@storm-software/cloudflare-tools": "latest",
"@storm-software/config": "latest",
"@storm-software/config-tools": "latest",
"@storm-software/eslint": "latest",
"@storm-software/git-tools": "latest",
"@storm-software/k8s-tools": "latest",
"@storm-software/linting-tools": "latest",
"@storm-software/prettier": "latest",
"@storm-software/testing-tools": "latest",
"@storm-software/tsconfig": "latest",
"@storm-software/workspace-tools": "latest",
"@taplo/cli": "0.7.0",
"@types/jest": "29.5.12",
"@types/node": "^20.14.10",
"conventional-changelog-conventionalcommits": "8.0.0",
"copyfiles": "2.4.1",
"esbuild": "0.21.5",
"esbuild-register": "3.5.0",
"eslint": "9.5.0",
"eslint-config-prettier": "^9.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"knip": "5.25.2",
"nx": "19.6.2",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"sherif": "0.10.0",
"ts-jest": "29.1.5",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tslib": "^2.6.3",
"typescript": "5.5.3",
"verdaccio": "5.31.1"
},
"devDependencies": {
"@nx/eslint": "19.6.2",
"@nx/jest": "19.6.2",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0"
},
"devEngines": {
"node": "20.x || 21.x"
},
"namespace": "@storm-chef",
"nx": {
"includedScripts": [
"lint-ls",
"lint-toml",
"lint-prettier",
"lint",
"format",
"format-readme",
"format-prettier",
"format-toml",
"commit",
"release"
]
},
"pnpm": {
"overrides": {
"axios": ">=1.7.4",
"@storm-chef/nx": "workspace:*"
}
},
"prettier": "@storm-software/prettier/config.json",
"triggerEmptyDevReleaseByIncrementingThisNumber": 0
}