adaptorex
Version:
Connect all your live interactive storytelling devices and software
95 lines (94 loc) • 2.15 kB
JSON
{
"name": "adaptorex",
"version": "2.9.0",
"description": "Connect all your live interactive storytelling devices and software",
"main": "index.js",
"bin": {
"adaptorex": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --delay 5 --ignore 'adaptorex/*' index.js"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/machina_ex/adaptor_ex/adaptor_ex_server"
},
"homepage": "https://docs.adaptorex.org",
"bugs": {
"url": "https://gitlab.com/machina_ex/adaptor_ex/adaptor_ex_server/issues",
"email": "tech@machinaex.de"
},
"contributors": [
{
"name": "Lasse Marburg",
"url": "https://gitlab.com/lassemarburg"
},
{
"name": "Benedikt Kaffai",
"url": "https://gitlab.com/kaffai"
},
{
"name": "machinaeX philip",
"url": "https://gitlab.com/gauguerilla"
},
{
"name": "HTMeLli",
"url": "https://gitlab.com/htmelli"
},
{
"name": "taste1",
"url": "https://gitlab.com/taste1"
}
],
"engines": {
"node": ">=7.6"
},
"license": "MIT",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.7",
"chokidar": "^3.5.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"fs-extra": "^9.1.0",
"http": "^0.0.1-security",
"js-yaml": "^4.0.0",
"json5": "^2.2.0",
"jsonschema": "^1.4.0",
"lodash": "^4.17.21",
"mongodb": "^6.6.2",
"nanoid": "^3.3.2",
"nedb-promises": "^6.2.3",
"npmlog": "^4.1.2",
"query-types": "^0.1.4",
"socket.io": "^4.8.1",
"telegram": "^2.26.22"
},
"optionalDependencies": {
"axios": "^1.7.1",
"midi": "^1.0.3",
"mqtt": "^4.3.7",
"net": "^1.0.2",
"openai": "^4.67.3",
"osc-min": "^1.1.2",
"play-sound": "^1.1.6",
"serialport": "^13.0.0",
"twilio": "^4.19.0",
"udp": "^1.0.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
},
"directories": {
"doc": "doc"
},
"keywords": [
"iot",
"editor",
"flow",
"live",
"game",
"theater"
]
}