You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Optimise the real world performance of your react applications",
"main": "dist/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup",
"dev": "npm link && tsup --watch --ignore-watch node_modules --ignore-watch example --ignore-watch .github & cd example && npm link @baselime/react-rum && npm run dev",