mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"name": "legal-review-helper",
|
|
"version": "1.0.0",
|
|
"description": "Server for reviewing the generated report.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "Enso Team",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"open": "^7.3.0"
|
|
}
|
|
}
|