enso/tools/legal-review-helper/package.json

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

17 lines
375 B
JSON
Raw Normal View History

{
"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.21.0",
"open": "^7.3.0"
}
}