UNPKG

janky

Version:

Janus Interface

32 lines (31 loc) 729 B
{ "name": "janky", "version": "1.0.0", "description": "Janus Interface", "main": "index.js", "scripts": { "start": "ts-node-dev --respawn --transpile-only ./src/server.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Janky", "Janus", "StorkyApp" ], "author": "Abdulrahman91kh", "license": "ISC", "devDependencies": { "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", "eslint": "^8.44.0", "jest": "^29.5.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "ts-node-dev": "^2.0.0", "typescript": "^5.1.6" }, "dependencies": { "janus-gateway": "^1.1.4" } }