UNPKG

@june-so/analytics-node

Version:

The hassle-free way to integrate analytics into any Node.js application

61 lines (60 loc) 1.64 kB
{ "name": "@june-so/analytics-node", "version": "8.0.0", "description": "The hassle-free way to integrate analytics into any Node.js application", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "MIT", "repository": "@june-so/analytics-node", "author": { "name": "June", "url": "https://june.so" }, "engines": { "node": ">=4" }, "scripts": { "build": "rimraf lib && tsc", "lint": "eslint . --ext .ts", "test": "jest", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "git add -A src", "postversion": "git push && git push --tags", "check-updates": "npx npm-check-updates", "check-updates:minor": "npx npm-check-updates --target minor", "check-updates:patch": "npx npm-check-updates --target patch" }, "keywords": [ "analytics", "stats", "june.so", "juneso", "june", "client", "driver" ], "devDependencies": { "@types/jest": "^29.4.0", "@types/node": "^20.4.0", "@types/node-fetch": "^2.6.4", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "ansi-regex": ">=6.0.1", "eslint": "^8.33.0", "eslint-config-prettier": "^8.6.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "jest": "^29.4.1", "prettier": "^3.0.0", "rimraf": "^5.0.1", "ts-jest": "^29.0.5", "typescript": "^4.9.5" }, "dependencies": { "@segment/analytics-node": "^1.1.0" } }