UNPKG

next-axiom

Version:

Send WebVitals from your Next.js project to Axiom.

57 lines 1.38 kB
{ "name": "next-axiom", "description": "Send WebVitals from your Next.js project to Axiom.", "version": "1.10.0", "author": "Axiom, Inc.", "license": "MIT", "contributors": [ "Arne Bahlo <arne@axiom.co>", "Islam Shehata <islam@axiom.co>" ], "engines": { "node": ">=18" }, "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/axiomhq/next-axiom.git" }, "keywords": [ "web-vitals", "axiom", "observability", "performance", "nextjs" ], "bugs": { "url": "https://github.com/axiomhq/next-axiom/issues" }, "homepage": "https://github.com/axiomhq/next-axiom#readme", "peerDependencies": { "next": ">=14.0", "react": ">=18.0.0" }, "devDependencies": { "@types/node": "^20.19.26", "@types/react": "^18.3.27", "@vitest/coverage-v8": "^2.1.9", "next": "^14.2.33", "prettier": "^3.7.4", "react-dom": "^19.2.1", "ts-node": "^10.9.2", "typescript": "^5.9.3", "vitest": "^2.1.9" }, "dependencies": { "@vercel/functions": "^2.2.13", "use-deep-compare": "^1.3.0", "whatwg-fetch": "^3.6.20" }, "scripts": { "build": "tsc", "format": "prettier --write src/*.ts tests/*.ts", "check-format": "prettier -c src/*.ts tests/*.ts", "test": "vitest run tests --coverage" } }