{ "name": "@openstapps/backend", "version": "0.0.1", "description": "A reference implementation for a StApps backend", "license": "AGPL-3.0-only", "author": "André Bierlein ", "contributors": [ "Anselm Stordeur ", "Benjamin Jöckel", "Jovan Krunić ", "Karl-Philipp Wulfert ", "Michel Jonathan Schmitz", "Rainer Killinger ", "Sebastian Lange", "Wieland Schöbl" ], "scripts": { "build": "npm run tslint && npm run compile", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'", "check-configuration": "openstapps-configuration", "compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'", "documentation": "node ./node_modules/@openstapps/core-tools/lib/cli.js routes ./node_modules/@openstapps/core/lib ./ROUTES.md && typedoc --includeDeclarations --excludeExternals --mode modules --out docs --readme README.md --listInvalidSymbolLinks src", "postversion": "npm run changelog", "prepublishOnly": "npm ci && npm run build", "preversion": "npm run prepublishOnly", "push": "git push && git push origin \"v$npm_package_version\"", "start": "NODE_CONFIG_ENV=elasticsearch ALLOW_NO_TRANSPORT=true ES_FORCE_MAPPING_UPDATE=true node ./lib/cli.js", "test": "env NODE_CONFIG_ENV=elasticsearch ALLOW_NO_TRANSPORT=true ES_FORCE_MAPPING_UPDATE=true nyc mocha --require ts-node/register --exit 'test/**/*.spec.ts'", "tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'" }, "dependencies": { "@elastic/elasticsearch": "5.6.20", "@openstapps/core": "0.31.0", "@openstapps/core-tools": "0.11.0", "@openstapps/logger": "0.4.0", "@types/node": "10.14.12", "commander": "2.20.0", "config": "3.1.0", "cors": "2.8.5", "express": "4.17.1", "express-promise-router": "3.0.3", "fs-extra": "8.0.1", "got": "9.6.0", "jsonschema": "1.2.4", "moment": "2.24.0", "morgan": "1.9.1", "nock": "10.0.6", "node-cache": "4.2.0", "node-cron": "2.0.3", "nodemailer": "6.2.1", "promise-queue": "2.2.5", "sanitize-filename": "1.6.3", "ts-node": "8.2.0", "uuid": "3.3.2" }, "devDependencies": { "@openstapps/configuration": "0.21.0", "@types/chai": "4.1.7", "@types/chai-as-promised": "7.1.0", "@types/config": "0.0.34", "@types/cors": "2.8.5", "@types/elasticsearch": "5.0.35", "@types/express": "4.17.0", "@types/fs-extra": "7.0.0", "@types/got": "9.4.4", "@types/morgan": "1.7.35", "@types/nock": "10.0.3", "@types/node-cache": "4.1.3", "@types/node-cron": "2.0.2", "@types/nodemailer": "6.2.0", "@types/promise-queue": "2.2.0", "@types/sinon-express-mock": "1.3.7", "@types/supertest": "2.0.7", "@types/uuid": "3.4.5", "chai": "4.2.0", "chai-as-promised": "7.1.1", "conventional-changelog-cli": "2.0.21", "mocha": "6.1.4", "mocha-typescript": "1.1.17", "nyc": "14.1.1", "prepend-file-cli": "1.0.6", "rimraf": "2.6.3", "sinon": "7.3.2", "sinon-express-mock": "2.2.0", "supertest": "4.0.2", "tslint": "5.18.0", "typedoc": "0.16.7", "typescript": "3.5.3" } }