UNPKG

2.04 kBJSONView Raw
1{
2 "name": "@corefw/microservices",
3 "version": "6.0.5",
4 "description": "Classes and utilities related to microservice endpoints.",
5 "license": "MIT",
6 "author": "Luke Chavers <luke@c2cschools.com>",
7 "contributors": [
8 "Kevin Sanders <kevin@c2cschools.com>",
9 "Theodor Shaytanov <brainenjii@gmail.com>"
10 ],
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/corefw/core-microservices.git"
14 },
15 "publishConfig": {
16 "access": "public"
17 },
18 "bugs": {
19 "url": "https://github.com/corefw/core-microservices/issues"
20 },
21 "homepage": "https://github.com/corefw/core-microservices#readme",
22 "main": "index.js",
23 "dependencies": {
24 "@corefw/common": "^6.0.0",
25 "@corefw/model": "^6.0.0",
26 "bluebird": "^3.4.6",
27 "deep-diff": "^1.0.0",
28 "eyes": "^0.1.8",
29 "json-schema-ref-parser": "^4.0.4",
30 "json-schema-to-openapi-schema": "^0.2.0",
31 "requireindex": "^1.1.0",
32 "tipe": "^0.1.12"
33 },
34 "//dependencies": {},
35 "devDependencies": {
36 "@lukechavers/jsdoc": "^0.1.7",
37 "chai": "^4.1.2",
38 "jsdoc": "^3.5.5",
39 "mocha": "^5.2.0",
40 "@corefw/eslint-config": "^1.0.11",
41 "eslint": "^5.12.0"
42 },
43 "//devDependencies": {},
44 "scripts": {
45 "ci:docs": "./scripts/docs/build-docs-ci.sh",
46 "docs": "./scripts/docs/build-docs-local.sh",
47 "browser-sync": "./scripts/pm2/browser-sync/do-pm2-action.sh",
48 "build-docs": "./scripts/pm2/build-docs/do-pm2-action.sh",
49 "lint": "eslint . --ext .json,.js,.md",
50 "pretest": "npm run lint",
51 "test": "echo \"No tests\""
52 },
53 "//scripts": {
54 "depr-docswait": "./scripts/docs/build-docs-then-wait.sh",
55 "docw:delete": "./scripts/pm2/doc-watcher/delete.sh",
56 "docw:monitor": "./scripts/pm2/doc-watcher/monitor.sh",
57 "docw:reload": "./scripts/pm2/doc-watcher/reload.sh",
58 "docw:restart": "./scripts/pm2/doc-watcher/restart.sh",
59 "docw:start": "./scripts/pm2/doc-watcher/start.sh",
60 "docw:status": "./scripts/pm2/doc-watcher/status.sh",
61 "docw:stop": "./scripts/pm2/doc-watcher/stop.sh"
62 }
63}