crunchit
Version:
Autotrack the events from your users
34 lines (33 loc) • 1.21 kB
JSON
{
"name": "crunchit",
"version": "1.0.249",
"description": "Autotrack the events from your users",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "browserify ./dist/crunchit.js -o ./dist/bundle.js",
"minify-dev": "uglifyjs ./dist/bundle.js -o crunchit.min.js",
"minify": "uglifyjs ./dist/bundle.js -c drop_console=true -o crunchit.min.js",
"push-git": "git add . && git commit -m update && git push origin main",
"publish-pkg": "npm version patch && npx webpack --config webpack.config.js && npm run bundle && npm run minify && npm publish",
"publish-pkg-dev": "npm version patch && npx webpack --config webpack.config.js && npm run bundle && npm run minify-dev && npm publish",
"build-dev": " npx webpack --config webpack.config.js && npm run bundle && npm run minify-dev"
},
"keywords": [
"Analytics",
"Web Analytics",
"App Analytics"
],
"author": "Manas Tripathi",
"license": "ISC",
"dependencies": {
"interactjs": "^1.10.18",
"sha256": "^0.2.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}