cct-lce
Version:
CCT Latency Check Engine
63 lines (62 loc) • 1.64 kB
JSON
{
"name": "cct-lce",
"version": "4.0.3",
"description": "CCT Latency Check Engine",
"main": "dist/app/CCT.js",
"files": [
"dist",
"dist.browser"
],
"scripts": {
"test": "jest --config ./jest.config.json",
"build": "tsc && webpack",
"start": "node dist/index.js",
"watch": "tsc --watch",
"clean": "rimraf dist/",
"lint": "eslint . --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maugenst/cct-lce.git"
},
"keywords": [
"CCT"
],
"author": "marius.augenstein@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/maugenst/cct-lce/issues"
},
"homepage": "https://github.com/maugenst/cct-lce#readme",
"dependencies": {
"abort-controller": "^3.0.0",
"node-fetch": "^2.2.0",
"socket.io-client": "^4.7.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/googlemaps": "^3.40.5",
"@types/jest": "^29.1.2",
"@types/node-fetch": "^2.5.7",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
"dotenv": "^16.0.1",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^27.1.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.1.2",
"jest-extended": "^3.1.0",
"prettier": "^2.2.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"ts-loader": "^9.3.1",
"typescript": "^4.1.2",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0",
"xmlhttprequest": "^1.8.0"
}
}