-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 847 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 847 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
{
"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.1",
"@types/node": "^24.9.2",
"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",
"typescript": "^5.9.3"
}
}