UNPKG

test-bed-time-service

Version:

A time service for the test-bed, producing messages with real time, fictive time and scenario duration.

56 lines (55 loc) 1.88 kB
{ "name": "test-bed-time-service", "version": "0.2.2", "description": "A time service for the test-bed, producing messages with real time, fictive time and scenario duration.", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "bin": "./bin/run.js", "scripts": { "start-tno-testbed": "node ./dist/index.js -- -k driver-testbed.eu:3501 -s driver-testbed.eu:3502", "start-local": "node ./dist/index.js -- -k localhost:3501 -s localhost:3502 --autoRegisterSchemas", "build": "tsc", "watch": "tsc -w", "start": "tsc-watch --onSuccess \"node ./dist/index.js -p 2345 -k localhost:3501 -s localhost:3502 \"", "patch-release": "npm version patch && npm publish && git push --follow-tags", "minor-release": "npm version minor && npm publish && git push --follow-tags", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/DRIVER-EU/test-bed-time-service.git" }, "keywords": [ "test-bed", "Apache", "Kafka", "time", "service", "NTP" ], "author": "Pieter Hameete <phameete@gmail.com> (http://www.tno.nl)", "license": "MIT", "bugs": { "url": "https://github.com/DRIVER-EU/test-bed-time-service/issues" }, "homepage": "https://github.com/DRIVER-EU/test-bed-time-service#readme", "dependencies": { "command-line-args": "^5.1.0", "command-line-usage": "^5.0.5", "cors": "^2.8.5", "express": "^4.16.4", "http-status-codes": "^1.3.2", "node-test-bed-adapter": "^0.8.6", "socket.io": "^2.2.0" }, "devDependencies": { "@types/bluebird": "^3.5.26", "@types/command-line-args": "^5.0.0", "@types/express": "^4.16.1", "@types/cors": "^2.8.4", "@types/node": "^11.11.7", "@types/socket.io": "^2.1.2", "tsc-watch": "^2.1.2", "typescript": "^3.3.4000" } }