smartanalytics/package.json

26 lines
654 B
JSON
Executable File

{
"name": "@push.rocks/smartanalytics",
"version": "2.0.15",
"private": false,
"description": "Google Analytics everywhere",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
},
"author": "Lossless GmbH",
"license": "MIT",
"dependencies": {
"@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/smartrequest": "^1.1.14"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
}
}