e406289
1
2
3
4
5
6
7
8
9
10
11
{ "name": "codelens-eval-root", "version": "1.0.0", "description": "CodeLens Eval Root Package", "scripts": { "dev": "cd dashboard && npm run dev", "build": "cd dashboard && npm run build", "install:all": "cd dashboard && npm install" } }