overcentric
Version:
A lightweight, privacy-focused toolkit for modern SaaS web applications
64 lines (63 loc) • 1.65 kB
JSON
{
"name": "overcentric",
"version": "0.1.62",
"description": "A lightweight, privacy-focused toolkit for modern SaaS web applications",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"browser": "./dist/browser/overcentric.min.js",
"scripts": {
"build": "tsc",
"build:browser": "rollup -c rollup.config.mjs",
"build:all": "npm run build && npm run build:browser",
"watch": "tsc --watch",
"dev": "nodemon --watch src --ext ts,tsx --exec \"npm run build:all\"",
"test": "jest",
"prepare": "npm run build:all",
"prepublishOnly": "npm test"
},
"keywords": [
"analytics",
"tracking",
"events",
"privacy",
"web-analytics",
"user-behavior"
],
"author": "overcentric",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/overcentric/library.git"
},
"bugs": {
"url": "https://github.com/overcentric/library/issues"
},
"homepage": "https://github.com/overcentric/library#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nodemon": "^3.1.9",
"rollup": "^4.9.0",
"rollup-plugin-css-only": "^4.5.2",
"ts-jest": "^29.1.1",
"tslib": "^2.8.1",
"typescript": "^5.3.3"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=14"
},
"dependencies": {
"@rrweb/record": "^2.0.0-alpha.18",
"uuid": "^11.0.3"
}
}