clean-insights-sdk
Version:
A privacy-preserving measurement framework.
48 lines (47 loc) • 1.47 kB
JSON
{
"name": "clean-insights-sdk",
"version": "2.6.2",
"description": "A privacy-preserving measurement framework.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' mocha --reporter spec --require ts-node/register 'test/**/*.ts'",
"build": "./node_modules/.bin/tsc",
"build-auto-tracker": "./node_modules/.bin/webpack --config web/webpack.config.js",
"prepare": "npm run build",
"prepublishOnly": "npm test && rm -rf dist && npm run build",
"doc": "./node_modules/.bin/typedoc --out public --excludePrivate --excludeProtected lib/index.ts"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/cleaninsights/clean-insights-js-sdk.git"
},
"keywords": [
"CleanInsights",
"Analytics",
"Privacy"
],
"author": "Benjamin Erhart <npm@netzarchitekten.com>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/cleaninsights/clean-insights-js-sdk/issues"
},
"homepage": "https://cleaninsights.org",
"dependencies": {
"dayjs": "1.11.8",
"store": "^2.0.12"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.0",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}