inceptum
Version:
hipages take on the foundational library for enterprise-grade apps written in NodeJS
125 lines (124 loc) • 3.26 kB
JSON
{
"name": "inceptum",
"version": "0.5.43",
"description": "hipages take on the foundational library for enterprise-grade apps written in NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rm -rf dist docs/_book && mkdir docs/_book",
"test": "NODE_ENV=test nyc mocha",
"itest": "NODE_ENV=test nyc --reporter=lcov --report-dir=icoverage mocha itest",
"coverage": "codecov -f coverage/lcov.info",
"lint": "tslint -p .",
"docs": "gitbook serve docs",
"deploy-docs": "gitbook build docs && gh-pages -d docs/_book",
"postpublish": "npm run deploy-docs",
"prepublishOnly": "npm run clean && tsc && npm test && npm run lint",
"precommit": "npm run lint",
"prepush": "node .checkpush.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hipages/inceptum.git"
},
"engine": {
"node": ">7.0.0"
},
"files": [
"dist"
],
"author": "Hipages",
"license": "Apache-2.0",
"directories": {
"lib": "dist",
"test": "test"
},
"dependencies": {
"@types/amqplib": "^0.5.5",
"@types/axios": "^0.14.0",
"@types/bunyan": "1.8.0",
"@types/elasticsearch": "^5.0.16",
"@types/mocha": "^2.2.41",
"@types/pg": "^6.1.43",
"amqplib": "^0.5.2",
"aws-sdk": "^2.102.0",
"axios": "^0.16.2",
"body-parser": "^1.15.2",
"bunyan": "1.8.10",
"bunyan-prettystream": "0.1.3",
"bunyan-redis": "0.1.4",
"bunyan-rotating-file-stream": "1.6.2",
"codacy-coverage": "^2.0.0",
"config": "1.25.1",
"deep-assign": "2.0.0",
"dtrace-provider": "^0.8.1",
"elasticsearch": "^13.3.1",
"express": "^4.14.0",
"express-jwt": "^3.4.0",
"express-yields": "^1.0.0",
"gh-pages": "^1.0.0",
"js-yaml": "^3.9.1",
"json-schema-deref-sync": "^0.3.1",
"json-stringify-safe": "5.0.1",
"locutus": "^2.0.5",
"lodash": "^4.17.4",
"module-alias": "2.0.0",
"moment": "^2.15.1",
"mysql": "^2.11.1",
"node-dogstatsd": "0.0.6",
"pg": "^7.0.2",
"prom-client": "7.1.0",
"redis": "2.6.5",
"reflect-metadata": "^0.1.10",
"source-map-support": "^0.4.15",
"sqs-consumer": "^3.7.0",
"striptags": "^2.1.1",
"swagger-tools": "0.10.1",
"url": "^0.11.0"
},
"devDependencies": {
"@types/mysql": "0.0.33",
"@types/node": "7.0.23",
"@types/source-map-support": "^0.2.28",
"co-mocha": "^1.1.2",
"codecov": "^2.2.0",
"doubleagent": "^1.1.0",
"gitbook": "^3.2.3",
"gitbook-cli": "^2.3.2",
"husky": "^0.11.6",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.2.0",
"mocha-typescript": "1.1.2",
"must": "^0.13.2",
"nyc": "^11.1.0",
"sinon": "1.17.7",
"ts-mockito": "^2.2.7",
"ts-node": "4.0.1",
"tslint": "^5.8.0",
"tslint-config-shopify": "^2.0.0",
"typedoc": "^0.8.0",
"typedoc-clarity-theme": "^1.1.0",
"typescript": "2.6.1"
},
"nyc": {
"include": [
"src/**/*.ts",
"src/**/*.tsx"
],
"extension": [
".ts",
".tsx"
],
"require": [
"ts-node/register"
],
"reporter": [
"text",
"text-summary",
"lcov"
],
"sourceMap": true,
"instrument": true
}
}