Files
call-sdk/packages/common/package.json

42 lines
991 B
JSON
Raw Normal View History

2024-10-29 18:07:27 +05:30
{
"name": "@universal-call-sdk/common",
2025-01-28 14:39:59 +05:30
"version": "1.2.2",
2024-10-29 18:07:27 +05:30
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --p ./tsconfig.build.json && vite build",
"lint": "eslint ",
"preview": "vite preview"
},
2024-11-02 11:27:02 +05:30
"devDependencies": {
2024-10-29 18:07:27 +05:30
"@eslint/js": "^9.11.1",
"@types/node": "^22.7.7",
2024-10-29 18:07:27 +05:30
"@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",
2024-10-29 18:07:27 +05:30
"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"
}
}