UNPKG

adaptorex

Version:

Connect all your live interactive storytelling devices and software

144 lines 3.88 kB
{ "name": "adaptorex", "version": "2.11.2", "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", "lint": "eslint .", "format": "prettier --write .", "build:macos": "pkg . --targets node22-macos-x64 --output dist/adaptorex-macos-x86_64", "build:macos-arm": "pkg . --targets node22-macos-arm64 --output dist/adaptorex-macos-arm64", "bundle:macos": "node scripts/bundle-macos-app.js", "bundle:macos-arm": "node scripts/bundle-macos-app.js --arch arm64", "bundle:windows": "node scripts/bundle-windows-exe.js", "build:linux": "pkg . --targets node22-linux-x64 --output dist/adaptorex-linux-x86_64", "build:linux-arm": "pkg . --targets node22-linux-arm64 --output dist/adaptorex-linux-arm64", "bundle:linux": "node scripts/bundle-linux-appimage.js", "bundle:linux-arm": "node scripts/bundle-linux-appimage.js --arch arm64" }, "repository": { "type": "git", "url": "git+https://gitlab.com/machina_ex/adaptor_ex/adaptor_ex_server.git" }, "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": ">=14.0" }, "license": "MIT", "workspaces": [ "adaptorex/plugins/*" ], "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.7", "@npmcli/arborist": "^9.5.0", "chokidar": "^3.5.1", "express": "^4.17.1", "express-session": "^1.17.2", "extract-zip": "^2.0.1", "fs-extra": "^9.1.0", "glob": "^13.0.6", "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", "multer": "^2.1.1", "nanoid": "^3.3.2", "nedb-promises": "^6.2.3", "npmlog": "^4.1.2", "opener": "^1.5.2", "pacote": "^21.5.0", "query-types": "^0.1.4", "semver": "^7.7.3", "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": { "@yao-pkg/pkg": "^6.19.0", "dotenv": "^17.4.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "nodemon": "^3.1.7", "prettier": "^3.8.1", "resedit": "^3.0.2" }, "directories": { "doc": "doc" }, "pkg": { "assets": [ "plugins/**/*", "plugins/*", "public/**/*", "public/*", "examples/**/*", "examples/*", "./node_modules/@serialport/bindings-cpp/**", "node_modules/axios/**", "node_modules/**/*.cjs", "node_modules/**/*.mjs", "node_modules/pacote/**/*", "node_modules/@npmcli/**/*", "node_modules/cacache/**/*", "node_modules/minipass*/**/*" ], "scripts": [ "plugins/**/*.js", "plugins/*.js" ], "outputPath": "dist" }, "keywords": [ "iot", "editor", "flow", "live", "game", "theater" ] }