Skip to content

Commit f84e66c

Browse files
hyperpolymathclaude
andcommitted
feat(deno): migrate sustainabot/bot-integration npm → Deno (standards#253)
Class A (pure-Deno port). Deletes redundant package.json stub (private:true, no deps, scripts just mirror deno.json's affinescript compile/watch/clean tasks). deno.json is fully self-contained with full imports map. Refs: standards#253 STEP 3 (smallest-first batch). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e0f1537 commit f84e66c

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,11 @@ deps/
137137
.cache/
138138
build/
139139
dist/
140+
141+
# npm-avoidant (standards#67)
142+
package-lock.json
143+
**/package-lock.json
144+
bun.lockb
145+
yarn.lock
146+
pnpm-lock.yaml
147+
.npmrc

bots/sustainabot/bot-integration/package.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)