enso/tools/simple-library-server/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
546 B
JSON
Raw Normal View History

2021-06-22 14:35:15 +03:00
{
"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.21.1",
"multer": "^1.4.2",
"semver": "^7.5.2",
2021-06-22 14:35:15 +03:00
"yargs": "^17.0.1"
2021-08-18 11:01:28 +03:00
},
"engines": {
"node": ">=14.17.2"
2021-06-22 14:35:15 +03:00
}
}