analytics-web3
Version:
Spock analytics SDK analytics-web3 is a js module to collect and log all the data and events of DApp for analytics.
67 lines (66 loc) • 1.89 kB
JSON
{
"name": "analytics-web3",
"version": "1.5.0",
"description": "Spock analytics SDK analytics-web3 is a js module to collect and log all the data and events of DApp for analytics.",
"main": "dist/analytics-web3.min.js",
"license": "UNLICENSED",
"files": [
"dist/",
"types/"
],
"types": "types/index.d.ts",
"keywords": [
"spock",
"web3-analytics",
"web3",
"dapp-analytics",
"token-analytics",
"analytics"
],
"scripts": {
"build:prod": "webpack --env mode=production --env output=umd",
"build:dev": "webpack --env mode=development --env output=umd",
"build": "yarn build:prod && yarn build:dev",
"prettier:write": "prettier --write ./**/*.{ts,js,json,*rc}",
"prepare": "husky install",
"lint": "eslint src/**/*.{js,ts}",
"commit": "git cz",
"semantic-release": "semantic-release --branches main"
},
"lint-staged": {
"src/**/*.{js,ts}": [
"eslint --fix",
"npm run prettier:write"
]
},
"author": "Bilal Mir(@BilalMir135), Muhammad Saad(@SaadMS10)",
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"@commitlint/cli": "^17.4.0",
"@commitlint/config-conventional": "^17.4.0",
"babel-loader": "^8.2.5",
"commitizen": "^4.2.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.31.0",
"husky": "^8.0.0",
"lint-staged": "^13.1.0",
"prettier": "^2.8.2",
"semantic-release": "^20.0.2",
"tiny-invariant": "^1.2.0",
"ua-parser-js": "^1.0.2",
"webpack": "^4.44.0",
"webpack-cli": "^4.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/xorddotcom/spock-sdk.git"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}