{ "name": "@scrypted/common", "version": "1.0.1", "description": "", "main": "index.js", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@scrypted/server": "file:../server", "@scrypted/sdk": "file:../sdk", "http-auth-utils": "^3.0.2", "node-fetch-commonjs": "^3.1.1", "typescript": "^4.4.3" }, "devDependencies": { "@types/node": "^16.9.0" } }