UNPKG

@fabrix/spool-analytics

Version:

Spool: Analytics for Fabrix

82 lines (81 loc) 2.09 kB
{ "name": "@fabrix/spool-analytics", "version": "1.5.0", "description": "Spool: Analytics for Fabrix", "homepage": "https://fabrix.app", "author": { "name": "scott-wyatt", "email": "scottwyatt86@gmail.com", "url": "https://cali-style.com" }, "license": "MIT", "bugs": { "url": "https://github.com/fabrix-app/spool-analytics/issues" }, "repository": { "type": "git", "url": "git+https://github.com/fabrix-app/spool-analytics.git" }, "keywords": [ "engine", "analytics", "spool", "fabrix", "trailjs" ], "scripts": { "build": "tsc -p ./lib/tsconfig.release.json", "lint": "tslint -p ./lib", "watch": "tsc -w -p ./lib/tsconfig.release.json", "test": "npm run clean && npm run lint && npm run build && nyc mocha", "prepublishOnly": "npm run compile", "compile": "npm run clean && npm run build", "clean": "rm -rf dist", "ci": "cd .. && ci" }, "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "pre-commit": [ "test" ], "dependencies": { "joi": "^13.6.0" }, "devDependencies": { "@fabrix/fabrix": "^1.5.3", "@fabrix/lint": "^1.0.0-alpha.3", "@fabrix/spool-crons": "^1.5.0", "@fabrix/spool-express": "^1.5.0", "@fabrix/spool-i18n": "^1.5.0", "@fabrix/spool-passport": "^1.5.0", "@fabrix/spool-permissions": "^1.5.0", "@fabrix/spool-router": "^1.5.0", "@fabrix/spool-sequelize": "^1.5.0", "express": "^4.15.2", "lodash": "^4.11.1", "mocha": "^5", "nyc": "^12.0.2", "pg": "^6.4.2", "smokesignals": "^3.0.4", "supertest": "^3.1.0", "tslib": "~1.9.0", "tslint": "~5.11.0", "tslint-microsoft-contrib": "~5.1.0", "tsutils": "~2.27.1", "typescript": "~2.8.1" }, "peerDependencies": { "@fabrix/fabrix": "^1.5.3", "@fabrix/spool-crons": "^1.5.0", "@fabrix/spool-i18n": "^1.5.0", "@fabrix/spool-router": "^1.5.0", "@fabrix/spool-sequelize": "^1.5.0" }, "engines": { "node": ">= 7.6.0 =< 10.0.0", "npm": ">= 3.10.0" } }