{ "name": "@universal-call-sdk/common", "version": "2.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc --p ./tsconfig.build.json && vite build", "lint": "eslint ", "preview": "vite preview" }, "devDependencies": { "@eslint/js": "^9.11.1", "@types/node": "^22.7.7", "@types/react": "17.0.83", "@types/react-dom": "17.0.25", "@vitejs/plugin-react-swc": "^3.5.0", "eslint": "^9.11.1", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.12", "globals": "^15.9.0", "path": "^0.12.7", "typescript": "^5.5.3", "typescript-eslint": "^8.7.0", "vite": "^5.4.8", "vite-plugin-dts": "^4.2.4" }, "description": "> TODO: description", "author": "varnit goyal ", "homepage": "", "license": "ISC", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" } }