as-event-tracker
Version:
Logs events in the browser based on client interactions.
49 lines (48 loc) • 1.48 kB
JSON
{
"name": "as-event-tracker",
"version": "1.1.1",
"description": "Logs events in the browser based on client interactions.",
"main": "lib/main.js",
"types": "lib/main.d.ts",
"scripts": {
"build-webpack": "webpack",
"build-tsc": "tsc && resolve-tspaths",
"build": "npm run build-tsc",
"move-to-dir": "copy /Y .\\dist\\event-capture.js .\\..\\VueDemo\\src\\custom-events\\dist\\ && copy /Y .\\dist\\event-capture.js .\\..\\VueDemo\\public\\js\\",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"events",
"eventlistener"
],
"files": [
"/lib"
],
"repository": {
"type": "git",
"url": "https://github.com/TheSiteDoctor/collect.alphastream.io.git"
},
"author": "AlphaStream/TSD",
"license": "ISC",
"devDependencies": {
"@types/node": "^17.0.42",
"prettier": "^2.7.1",
"resolve-tspaths": "^0.7.4",
"terser-webpack-plugin": "^5.3.3",
"ts-loader": "^9.3.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"ttypescript": "^1.5.13",
"typescript-transform-paths": "^3.3.1"
}
}