2024-10-29 18:07:27 +05:30
|
|
|
{
|
|
|
|
|
"name": "@universal-call-sdk/common",
|
2024-11-02 11:18:19 +05:30
|
|
|
"version": "1.0.2",
|
2024-10-29 18:07:27 +05:30
|
|
|
"type": "module",
|
|
|
|
|
"main": "dist/index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc --p ./tsconfig.build.json && vite build",
|
|
|
|
|
"lint": "eslint ",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/node": "^22.7.7",
|
|
|
|
|
"path": "^0.12.7",
|
|
|
|
|
"react": "17.0.2",
|
|
|
|
|
"react-dom": "17.0.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^9.11.1",
|
|
|
|
|
"@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",
|
|
|
|
|
"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 <github.cicd@navi.com>",
|
|
|
|
|
"homepage": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"directories": {
|
|
|
|
|
"lib": "lib",
|
|
|
|
|
"test": "__tests__"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"lib"
|
|
|
|
|
],
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
}
|
|
|
|
|
}
|