{
  "name": "@forrestjs/core",
  "description": "ForrestJS is the Javascript plugin syste.",
  "version": "5.2.2",
  "main": "src/index.js",
  "types": "types/index.d.ts",
  "author": "Marco Pegoraro <marco.pegoraro@gmail.com",
  "bugs": {
    "url": "https://github.com/forrestjs/forrestjs/issues"
  },
  "dependencies": {
    "@marcopeg/dotted": "^1.12.0"
  },
  "homepage": "https://github.com/forrestjs/forrestjs/tree/master/packages/core#readme",
  "keywords": [
    "forrestjs",
    "plugin",
    "extension",
    "extensions",
    "actions",
    "features",
    "services",
    "modularity"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/forrestjs/forrestjs/tree/master/packages/core",
  "scripts": {
    "clean": "rm -rf node_modules && rm -f yarn.lock && rm -f package-lock.json",
    "test": "jest",
    "tdd": "jest --watchAll",
    "types": "npx -p typescript tsc src/**/*.js --declaration --allowJs --emitDeclarationOnly --outDir types"
  },
  "gitHead": "ee4236096efd9072c15270927f10bc1c98aaf03a",
  "devDependencies": {
    "jest": "^28.1.0",
    "typescript": "^4.8.4"
  }
}
