github.com/siglens/siglens@v0.0.0-20240328180423-f7ce9ae441ed/ui-test/package.txt (about) 1 { 2 "name": "siglens-ui-test", 3 "version": "1.0.0", 4 "dependencies": { 5 "mocha": "^10.0.0", 6 "chai": "^4.3.6", 7 "lodash": "^4.17.21" 8 }, 9 "scripts": { 10 "test": "mocha specs/common.js --recursive specs" 11 } 12 }