diff --git a/.gitignore b/.gitignore index 9e06cb11..b230bebc 100644 --- a/.gitignore +++ b/.gitignore @@ -137,3 +137,11 @@ deps/ .cache/ build/ dist/ + +# npm-avoidant (standards#67) +package-lock.json +**/package-lock.json +bun.lockb +yarn.lock +pnpm-lock.yaml +.npmrc diff --git a/bots/sustainabot/bot-integration/package.json b/bots/sustainabot/bot-integration/package.json deleted file mode 100644 index 370227d0..00000000 --- a/bots/sustainabot/bot-integration/package.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "oikos-bot-integration-dev", - "version": "0.2.0-beta", - "private": true, - "description": "Development dependencies. Runtime uses Deno. Sources are AffineScript (.affine).", - "license": "MPL-2.0", - "scripts": { - "build": "affinescript compile", - "watch": "affinescript compile --watch", - "clean": "rm -rf _build" - }, - "devDependencies": {} -}