{
 "name": "@greenpress/plugins",
 "version": "2.0.21",
 "license": "MIT",
 "author": "David Meir-Levy <davidmeirlevy@gmail.com>",
 "description": "manage plugins system",
 "keywords": [
  "greenpress",
  "plugins"
 ],
 "engines": {
  "npm": ">=5",
  "node": ">=10.5"
 },
 "scripts": {
  "prepublishOnly": "tsc",
  "build": "tsc",
  "start": "node --use_strict dist/index.js"
 },
 "main": "dist/index.js",
 "dependencies": {
  "@greenpress/api-kit": "^2.0.21",
  "http-proxy-middleware": "^1.3.1",
  "mongoose": "^5.10.5",
  "uniqid": "^5.0.3"
 },
 "publishConfig": {
  "access": "public"
 },
 "devDependencies": {
  "@types/axios": "^0.14.0",
  "@types/express": "^4.17.8",
  "@types/mongoose": "^5.7.36",
  "@types/node": "^16.11.22",
  "typescript": "^4.6.4"
 },
 "homepage": "https://github.com/greenpress/greenpress#readme",
 "bugs": {
  "url": "https://github.com/greenpress/greenpress/issues"
 },
 "repository": {
  "type": "git",
  "url": "git+ssh://git@github.com/greenpress/greenpress.git"
 },
 "gitHead": "c4a69b318689cb5c7d35a05f057e0ed6c9676594"
}
