-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 968 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 968 Bytes
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
{
"name": "twips",
"type": "module",
"scripts": {
"dev": "make dev"
},
"engines-comment": "`node` 22.3.0 and `bun` 1.2.7 are needed for `globalThis.process.getBuiltinModule(…)`, which helps bundlers avoid thinking our `node` shims require packages from a package manager.",
"engines": {
"node": ">=22.3.0",
"bun": ">=1.2.7"
},
"dependencies": {
"cubing": ">=0.61.1"
},
"devDependencies": {
"@biomejs/biome": "^v2.3.2",
"@cubing/dev-config": ">=0.8.1",
"@lgarron-bin/repo": ">=0.14.2",
"@optique/core": "^0.8.1",
"@optique/run": "^0.8.1",
"@types/bun": "^1.3.13",
"@types/node": "^25.6.0",
"@typescript/native-preview": "^7.0.0-dev.20260425.1",
"barely-a-dev-server": "^0.8.1",
"bun-dx": "^0.1.3",
"esbuild": "^0.25.11",
"path-class": ">=0.10.13",
"printable-shell-command": "^4.0.3"
},
"patchedDependencies": {
"bun-types@1.3.13": "patches/bun-types@1.3.13.patch"
}
}