{ "name": "@biscuitland/core", "workspaces": [ "packages/*" ], "scripts": { "build": "turbo run build", "clean": "turbo run clean", "check": "biome check ./packages/", "check:apply": "biome check --apply --max-diagnostics 200 --quote-style single --trailing-comma none ./packages/", "lint": "biome format --write --quote-style single --trailing-comma none ./packages/", "dev": "turbo run dev --parallel" }, "engines": { "npm": ">=7.0.0", "node": ">=16.0.0" }, "devDependencies": { "@biomejs/biome": "^1.3.3", "@changesets/cli": "^2.24.1", "@types/node": "^20.0.0", "turbo": "^1.4.2", "typescript": "^5.0.4" }, "packageManager": "npm@8.19.4", "bugs": { "url": "https://github.com/oasisjs/biscuit" }, "keywords": [ "api", "discord", "bots", "typescript", "botdev" ], "license": "Apache-2.0", "author": "Yuzuru ", "contributors": [ { "name": "Yuzuru", "url": "https://github.com/yuzudev", "author": true }, { "name": "miia", "url": "https://github.com/dragurimu" }, { "name": "n128", "url": "https://github.com/nicolito128" }, { "name": "socram03", "url": "https://github.com/socram03" }, { "name": "Drylozu", "url": "https://github.com/Drylozu" }, { "name": "FreeAoi", "url": "https://github.com/FreeAoi" } ], "homepage": "https://biscuitjs.com", "repository": { "type": "git", "url": "git+https://github.com/oasisjs/biscuit.git" } }