mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 21:12:44 +03:00
ef702b87c2
* Bump semver from 7.3.7 to 7.5.2 in /tools/simple-library-server Bumps [semver](https://github.com/npm/node-semver) from 7.3.7 to 7.5.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.3.7...v7.5.2) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * update: allow running reporter check --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmitry Bushev <bushevdv@gmail.com>
27 lines
546 B
JSON
27 lines
546 B
JSON
{
|
|
"name": "simple-library-server",
|
|
"version": "1.0.0",
|
|
"description": "A simple server for hosting Enso libraries and Editions.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"enso",
|
|
"libraries",
|
|
"server"
|
|
],
|
|
"author": "Enso Team",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"compression": "^1.7.4",
|
|
"express": "^4.17.1",
|
|
"multer": "^1.4.2",
|
|
"semver": "^7.5.2",
|
|
"yargs": "^17.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17.2"
|
|
}
|
|
}
|