{ "$schema": "https://json.schemastore.org/package.json", "name": "@discordjs/actions", "version": "0.1.0", "description": "A set of actions that we use for our workflows", "private": true, "scripts": { "test": "vitest run", "build": "tsc --noEmit --skipLibCheck && tsup", "lint": "prettier --check . && cross-env TIMING=1 eslint --format=pretty src __tests__", "format": "prettier --write . && cross-env TIMING=1 eslint --fix --format=pretty src __tests__", "fmt": "pnpm run format" }, "type": "module", "directories": { "lib": "src", "test": "__tests__" }, "files": [ "dist" ], "contributors": [ "Crawl " ], "license": "Apache-2.0", "keywords": [ "api", "bot", "client", "node", "discordjs" ], "repository": { "type": "git", "url": "https://github.com/discordjs/discord.js.git", "directory": "packages/actions" }, "bugs": { "url": "https://github.com/discordjs/discord.js/issues" }, "homepage": "https://discord.js.org", "dependencies": { "@actions/core": "^1.10.1", "@actions/glob": "^0.4.0", "@discordjs/scripts": "workspace:^", "@planetscale/database": "^1.11.0", "meilisearch": "^0.35.0", "tslib": "^2.6.2", "undici": "5.27.2" }, "devDependencies": { "@types/node": "16.18.60", "@vitest/coverage-v8": "^0.34.6", "cross-env": "^7.0.3", "eslint": "^8.53.0", "eslint-config-neon": "^0.1.57", "eslint-formatter-pretty": "^5.0.0", "prettier": "^3.0.3", "tsup": "^7.2.0", "turbo": "^1.10.16", "typescript": "^5.2.2", "vitest": "^0.34.6" }, "engines": { "node": ">=16.11.0" } }