UNPKG

@methodus/server

Version:

Server components for @methodus workflow

65 lines (64 loc) 2.35 kB
{ "name": "@methodus/server", "version": "7.0.9", "description": "Server components for @methodus workflow", "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://methodus.dev", "repository": { "type": "git", "url": "https://github.com/nodulusteam/methodus.dev/tree/master/modules/platforms/platform-web" }, "keywords": [ "methodus", "unified application framework", "microservice", "rpc", "web", "eventsourcing", "agnostic", "independent", "framework", "typescript", "bind", "application" ], "author": "NodulusTeam", "license": "BSD-3-Clause", "scripts": { "build": "rm -rf ./dist && tsc", "watch": "rm -rf ./dist && tsc -w", "tslint": "tslint -c tslint.json 'src/**/*.ts'", "test": "../../../node_modules/.bin/jest --coverage && yarn coverage", "coverage": "cp ./coverage/coverage-final.json ../../../coverage/coverage-server.json", "docs": "rm -rf ../../../docs/modules/platforms/server/* && ../../../node_modules/.bin/typedoc && node ../../../docs/docs.js modules/platforms/server", "sonar": "sonar-scanner.bat -Dsonar.projectKey=nodulusteam_-methodus-server -Dsonar.organization=nodulusteam-github -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=e01e7adc2647251c0651a3bab28de27b479b4432", "cov": "rm -rf output && npm run test" }, "publishConfig": { "access": "public" }, "dependencies": { "@methodus/framework-commons": "^7.0.8", "@methodus/framework-decorators": "^7.0.7", "@methodus/framework-injection": "^7.0.7", "debug": "^4.1.1", "fast-safe-stringify": "^2.0.7", "method-override": "^2.3.9", "reflect-metadata": "^0.1.10", "uuid": "^8.1.0" }, "devDependencies": { "@methodus/data": "^2.0.0", "@types/mongodb": "^3.1.27", "@types/uuid": "^3.4.4", "child-process-debug": "0.0.7", "memory-streams": "^0.1.3", "mkdirp": "^0.5.1", "nedb": "^1.8.0", "nedb-promise": "^2.0.1", "opn-cli": "^4.0.0", "standard-version": "^8.0.1" }, "gitHead": "6c788d91e50369e1509f9704d813c1bcea3ef58a" }