{ "name": "@biscuitland/core", "workspaces": [ "packages/*" ], "scripts": { "build": "turbo run build", "clean": "turbo run clean", "lint": "turbo run lint", "dev": "turbo run dev --parallel" }, "engines": { "npm": ">=7.0.0", "node": ">=14.0.0" }, "devDependencies": { "@types/node": "^18.6.3", "@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/parser": "^5.32.0", "eslint": "^8.21.0", "eslint-config-prettier": "^8.5.0", "turbo": "^1.4.2", "typescript": "^4.7.4", "@changesets/cli": "^2.24.1" }, "packageManager": "npm@8.14.0", "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" } ], "homepage": "https://biscuitjs.com", "repository": { "type": "git", "url": "git+https://github.com/oasisjs/biscuit.git" } }