@because/deps

This commit is contained in:
Chris Wanstrath 2026-01-29 19:40:19 -08:00
parent 714ed14581
commit 9e58995e66
6 changed files with 23 additions and 23 deletions

View File

@ -1,5 +1,5 @@
{
"name": "toes-app",
"name": "basic",
"module": "src/index.ts",
"type": "module",
"private": true,
@ -15,7 +15,7 @@
"typescript": "^5.9.2"
},
"dependencies": {
"hype": "git+https://git.nose.space/defunkt/hype",
"forge": "git+https://git.nose.space/defunkt/forge"
"@because/forge": "^0.0.1",
"@because/hype": "^0.0.1"
}
}

View File

@ -1,5 +1,5 @@
{
"name": "toes-clock",
"name": "clock",
"module": "src/index.ts",
"type": "module",
"private": true,
@ -18,7 +18,7 @@
"typescript": "^5.9.2"
},
"dependencies": {
"hype": "git+https://git.nose.space/defunkt/hype",
"forge": "git+https://git.nose.space/defunkt/forge"
"@because/forge": "^0.0.1",
"@because/hype": "^0.0.1"
}
}

View File

@ -1,5 +1,5 @@
{
"name": "toes-app",
"name": "profile",
"module": "src/index.ts",
"type": "module",
"private": true,
@ -18,7 +18,7 @@
"typescript": "^5.9.2"
},
"dependencies": {
"forge": "git+https://git.nose.space/defunkt/forge",
"hype": "git+https://git.nose.space/defunkt/hype"
"@because/forge": "^0.0.1",
"@because/hype": "^0.0.1"
}
}

View File

@ -1,5 +1,5 @@
{
"name": "toes-app",
"name": "truisms",
"module": "src/index.ts",
"type": "module",
"private": true,
@ -17,7 +17,7 @@
"typescript": "^5.9.2"
},
"dependencies": {
"hype": "git+https://git.nose.space/defunkt/hype",
"forge": "git+https://git.nose.space/defunkt/forge"
"@because/forge": "^0.0.1",
"@because/hype": "^0.0.1"
}
}

View File

@ -5,8 +5,8 @@
"": {
"name": "toes",
"dependencies": {
"@_because/forge": "*",
"@_because/hype": "*",
"@because/forge": "^0.0.1.",
"@because/hype": "^0.0.1",
"commander": "^14.0.2",
"kleur": "^4.1.5",
},
@ -19,9 +19,9 @@
},
},
"packages": {
"@_because/forge": ["@_because/forge@0.1.0", "https://npm.nose.space/@_because/forge/-/forge-0.1.0.tgz", { "peerDependencies": { "typescript": "^5" } }, "sha512-kut50WMLDUb088SHnCPENJKI6rcXLzswSlGcKqsl3d8F40X8uRXTX/CdZDK5Q9Z1CDpFzGZHQ9nireqme3IvPQ=="],
"@because/forge": ["@because/forge@0.0.1", "https://npm.nose.space/@because/forge/-/forge-0.0.1.tgz", { "peerDependencies": { "typescript": "^5" } }, "sha512-QS5CK51gcWma91i4uECWe4HPJeNHcE+Af4SQHOcfEovyzOEa7VOTAjei+jIWr2i+abGWqQCEC9wIuFgPgyr2Bg=="],
"@_because/hype": ["@_because/hype@0.1.0", "https://npm.nose.space/@_because/hype/-/hype-0.1.0.tgz", { "dependencies": { "hono": "^4.10.4", "kleur": "^4.1.5" }, "peerDependencies": { "typescript": "^5" } }, "sha512-cw3Ms2jOIv1159VeNZFAEcH/fzVKOuqul9ggcemkZQHFAX1uGJD9wEvdJd2PNbbR5GG62J5rAPpqHHNmWrb8qA=="],
"@because/hype": ["@because/hype@0.0.1", "https://npm.nose.space/@because/hype/-/hype-0.0.1.tgz", { "dependencies": { "hono": "^4.10.4", "kleur": "^4.1.5" }, "peerDependencies": { "typescript": "^5" } }, "sha512-i92DNUXJOwt3J8dN1x8sh7i86blelcTCk8XDpwD839Ic8oe710lkDSVXJ7xYZb/i8YtzGhRg+L6eXDhaRiU2Pw=="],
"@types/bun": ["@types/bun@1.3.8", "https://npm.nose.space/@types/bun/-/bun-1.3.8.tgz", { "dependencies": { "bun-types": "1.3.8" } }, "sha512-3LvWJ2q5GerAXYxO2mffLTqOzEu5qnhEAlh48Vnu8WQfnmSwbgagjGZV6BoHKJztENYEDn6QmVd949W4uESRJA=="],

View File

@ -22,8 +22,8 @@
},
"dependencies": {
"commander": "^14.0.2",
"@_because/forge": "*",
"@_because/hype": "*",
"@because/forge": "^0.0.1",
"@because/hype": "^0.0.1",
"kleur": "^4.1.5"
}
}