UNPKG

@spotfire/mods-dev-server

Version:
61 lines (60 loc) 1.65 kB
{ "name": "@spotfire/mods-dev-server", "version": "1.2.0", "description": "Development server for Spotfire® Mods", "repository": { "type": "git", "url": "git+https://github.com/spotfiresoftware/spotfire-mods" }, "homepage": "https://github.com/spotfiresoftware/spotfire-mods/tree/master/tools/mods-dev-server", "files": [ "cli.js", "server.js", "websocket.html" ], "bin": { "mods-dev-server": "./cli.js" }, "types": "server.d.ts", "scripts": { "test": "mocha test --exit" }, "keywords": [ "Spotfire", "Mods", "Development", "Server", "Visualizations", "Analytics" ], "author": "Spotfire®", "license": "BSD-3-Clause", "dependencies": { "chokidar": "^4.0.3", "colors": "^1.4.0", "compression": "^1.8.0", "connect": "^3.7.0", "lodash": "^4.17.21", "open": "^8.4.0", "serve-static": "^2.2.0", "ws": "^8.18.1", "yargs": "^17.7.2" }, "devDependencies": { "@types/compression": "^1.7.5", "@types/connect": "^3.4.38", "@types/lodash": "^4.14.176", "@types/mocha": "^10.0.10", "@types/node": "^22.14.0", "@types/serve-static": "^1.15.7", "@types/supertest": "^2.0.11", "@types/ws": "^8.18.1", "@types/yargs": "^17.0.5", "mocha": "^11.1.0", "puppeteer": "^24.6.0", "supertest": "^6.1.6" }, "engines": { "node": ">=22.0.0" } }