{ "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": "tsup", "lint": "prettier --check . && cross-env TIMING=1 eslint src __tests__ --ext .mjs,.js,.ts", "format": "prettier --write . && cross-env TIMING=1 eslint src __tests__ --ext .mjs,.js,.ts --fix", "fmt": "yarn format" }, "main": "./dist/index.mjs", "types": "./dist/index.d.ts", "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" }, "bugs": { "url": "https://github.com/discordjs/discord.js/issues" }, "homepage": "https://discord.js.org", "dependencies": { "@actions/core": "^1.10.0", "tslib": "^2.4.0" }, "devDependencies": { "@types/node": "^16.11.65", "@vitest/coverage-c8": "^0.24.1", "cross-env": "^7.0.3", "eslint": "^8.25.0", "eslint-config-neon": "^0.1.37", "prettier": "^2.7.1", "tsup": "^6.2.3", "typescript": "^4.8.4", "vitest": "^0.24.1" }, "engines": { "node": ">=16.9.0" } }