UNPKG

1.87 kBJSONView Raw
1{
2 "name": "@corefw/microservices",
3 "version": "5.1.31",
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": "^5.1.20",
25 "@corefw/model": "^5.0.20",
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 },
41 "//devDependencies": {},
42 "scripts": {
43 "ci:docs": "./scripts/docs/build-docs-ci.sh",
44 "docs": "./scripts/docs/build-docs-local.sh",
45 "browser-sync": "./scripts/pm2/browser-sync/do-pm2-action.sh",
46 "build-docs": "./scripts/pm2/build-docs/do-pm2-action.sh"
47 },
48 "//scripts": {
49 "depr-docswait": "./scripts/docs/build-docs-then-wait.sh",
50 "docw:delete": "./scripts/pm2/doc-watcher/delete.sh",
51 "docw:monitor": "./scripts/pm2/doc-watcher/monitor.sh",
52 "docw:reload": "./scripts/pm2/doc-watcher/reload.sh",
53 "docw:restart": "./scripts/pm2/doc-watcher/restart.sh",
54 "docw:start": "./scripts/pm2/doc-watcher/start.sh",
55 "docw:status": "./scripts/pm2/doc-watcher/status.sh",
56 "docw:stop": "./scripts/pm2/doc-watcher/stop.sh"
57 }
58}