mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 13:11:27 +00:00
0431be0d57
Bumps the npm_and_yarn group with 3 updates in the / directory: [js-yaml](https://github.com/nodeca/js-yaml), [lodash](https://github.com/lodash/lodash) and [yaml](https://github.com/eemeli/yaml). Bumps the npm_and_yarn group with 1 update in the /cookbook/copilot-sdk/nodejs/recipe directory: [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 1 update in the /website directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `js-yaml` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) Updates `lodash` from 4.17.21 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) Updates `yaml` from 2.8.1 to 2.9.0 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.8.1...v2.9.0) Updates `esbuild` from 0.27.2 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.27.2...v0.28.1) Updates `astro` from 6.1.9 to 6.4.7 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.4.7/packages/astro) Updates `devalue` from 5.7.1 to 5.8.1 - [Release notes](https://github.com/sveltejs/devalue/releases) - [Changelog](https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md) - [Commits](https://github.com/sveltejs/devalue/compare/v5.7.1...v5.8.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: yaml dependency-version: 2.9.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: astro dependency-version: 6.4.7 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: devalue dependency-version: 5.8.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"name": "awesome-copilot",
|
|
"version": "1.0.0",
|
|
"description": "Enhance your GitHub Copilot experience with community-contributed instructions, prompts, agents, and skills.",
|
|
"main": "./eng/update-readme.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "npm run build",
|
|
"build": "node ./eng/update-readme.mjs && node ./eng/generate-marketplace.mjs",
|
|
"contributors:add": "all-contributors add",
|
|
"contributors:report": "node ./eng/contributor-report.mjs",
|
|
"contributors:generate": "all-contributors generate",
|
|
"contributors:check": "all-contributors check",
|
|
"plugin:validate": "node ./eng/validate-plugins.mjs",
|
|
"plugin:create": "node ./eng/create-plugin.mjs",
|
|
"skill:validate": "node ./eng/validate-skills.mjs",
|
|
"skill:create": "node ./eng/create-skill.mjs",
|
|
"plugin:clean": "node ./eng/clean-materialized-plugins.mjs",
|
|
"plugin:generate-marketplace": "node ./eng/generate-marketplace.mjs",
|
|
"website:data": "node ./eng/generate-website-data.mjs",
|
|
"website:dev": "npm run website:data && npm run --prefix website dev",
|
|
"website:build": "npm run build && npm run website:data && npm run --prefix website build",
|
|
"website:preview": "npm run --prefix website preview"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/github/awesome-copilot.git"
|
|
},
|
|
"keywords": [
|
|
"github",
|
|
"copilot",
|
|
"ai",
|
|
"prompts",
|
|
"instructions",
|
|
"skills",
|
|
"agents"
|
|
],
|
|
"author": "GitHub",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"all-contributors-cli": "^6.26.1"
|
|
},
|
|
"dependencies": {
|
|
"js-yaml": "^4.2.0",
|
|
"vfile": "^6.0.3",
|
|
"vfile-matter": "^5.0.1"
|
|
}
|
|
}
|