mirror of
https://github.com/Tribufu/proxmox-ve-openapi
synced 2026-08-10 04:51:05 +00:00
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.2 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.2...4.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
254 B
JSON
15 lines
254 B
JSON
{
|
|
"name": "build",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "generator.js",
|
|
"dependencies": {
|
|
"js-yaml": "^4.2.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"build": "node generator.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|