UNPKG

738 BJSONView Raw
1{
2 "name": "@base-cms/micro",
3 "version": "1.21.4",
4 "description": "Service registration and client library for Micro(services).",
5 "main": "src/index.js",
6 "repository": "https://github.com/base-cms/base-cms/tree/master/packages/micro",
7 "author": "Jacob Bare <jacob@limit0.io>",
8 "license": "MIT",
9 "scripts": {
10 "lint": "eslint --ext .js --max-warnings 5 ./",
11 "test": "yarn lint"
12 },
13 "devDependencies": {
14 "micro": "^9.3.4"
15 },
16 "peerDependencies": {
17 "micro": "^9.3.0"
18 },
19 "dependencies": {
20 "@base-cms/object-path": "^1.9.0",
21 "@godaddy/terminus": "^4.2.0",
22 "node-fetch": "^2.6.0"
23 },
24 "publishConfig": {
25 "access": "public"
26 },
27 "gitHead": "0d76b130a4ddf7ba68b43483cc1a4731dfff2d11"
28}