{ "name": "repository-dispatch", "version": "1.0.0", "private": true, "description": "Create a repository dispatch event", "main": "lib/main.js", "scripts": { "build": "tsc && ncc build", "format": "prettier --write '**/*.ts'", "format-check": "prettier --check '**/*.ts'", "lint": "eslint src/**/*.ts", "test": "jest --passWithNoTests" }, "repository": { "type": "git", "url": "git+https://github.com/peter-evans/repository-dispatch.git" }, "keywords": [ "actions", "repository", "dispatch" ], "author": "Peter Evans", "license": "MIT", "bugs": { "url": "https://github.com/peter-evans/repository-dispatch/issues" }, "homepage": "https://github.com/peter-evans/repository-dispatch#readme", "dependencies": { "@actions/core": "1.6.0", "@actions/github": "5.0.0" }, "devDependencies": { "@types/jest": "27.0.2", "@types/node": "16.10.3", "@typescript-eslint/parser": "4.33.0", "@vercel/ncc": "0.31.1", "eslint": "7.32.0", "eslint-plugin-github": "4.3.2", "eslint-plugin-jest": "24.5.2", "jest": "27.2.4", "jest-circus": "27.2.4", "js-yaml": "4.1.0", "prettier": "2.4.1", "ts-jest": "27.0.5", "typescript": "4.4.3" } }