{ "name": "wifi-tally-hub", "license": "MIT", "version": "0.1.0", "homepage": "https://wifi-tally.github.io/", "repository": { "type": "git", "url": "https://github.com/wifi-tally/wifi-tally" }, "bin": "server.js", "dependencies": { "@primer/octicons-react": "^10.0.0", "atem-connection": "^2.0.0", "bootstrap": "^4.5.2", "bootswatch": "^4.5.2", "express": "^4.15.2", "isomorphic-unfetch": "^3.0.0", "lato-font": "^3.0.0", "next": "^9.5.2", "react": "^16.13.1", "react-dom": "^16.13.1", "sass": "^1.26.10", "socket.io": "^2.2.0", "socket.io-client": "^2.2.0", "xml2js": "^0.4.23", "yargs": "^15.4.1" }, "scripts": { "dev": "node server.js --env=development", "build": "next build", "start": "node server.js --env=production", "test": "jest --watch --runInBand --detectOpenHandles", "test:ci": "jest --ci --detectOpenHandles" }, "jest": { "testMatch": [ "**/spec/**/*.spec.js" ] }, "devDependencies": { "@testing-library/jest-dom": "^5.11.2", "@testing-library/react": "^9.4.0", "babel-jest": "^25.5.1", "identity-obj-proxy": "^3.0.0", "jest": "^25.5.4", "tmp": "^0.2.1", "react-test-renderer": "^16.13.1" } }