{
  "name": "@foal/core",
  "version": "5.2.1",
  "description": "Full-featured Node.js framework, with no complexity",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "test": "rimraf lib && node copy-debug-page && tsc -p tsconfig.json && mocha --parallel \"./lib/**/*.spec.js\"",
    "dev:test": "mocha --require ts-node/register --watch --extension ts \"./src/**/*.spec.ts\"",
    "dev:test:common": "mocha --require ts-node/register --watch --extension ts \"./src/common/**/*.spec.ts\"",
    "dev:test:core": "mocha --require ts-node/register --watch --extension ts \"./src/core/**/*.spec.ts\"",
    "dev:test:express": "mocha --require ts-node/register --watch --extension ts \"./src/express/**/*.spec.ts\"",
    "dev:test:sessions": "mocha --require ts-node/register --watch --extension ts \"./src/sessions/**/*.spec.ts\"",
    "build": "rimraf lib && node copy-debug-page && tsc -p tsconfig-build.json",
    "prepublish": "npm run build"
  },
  "funding": {
    "url": "https://github.com/sponsors/LoicPoullain"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "TypeScript",
    "framework",
    "dependency-injection",
    "API",
    "foal",
    "Nodejs",
    "nodejs-framework",
    "auth",
    "express",
    "ORM",
    "REST",
    "security",
    "TypeORM",
    "FoalTS",
    "typescript-framework",
    "node",
    "mvc",
    "web-framework"
  ],
  "bugs": {
    "url": "https://github.com/FoalTS/foal/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/FoalTS/foal"
  },
  "homepage": "https://github.com/FoalTS",
  "contributors": [
    "Loïc Poullain"
  ],
  "license": "MIT",
  "files": [
    "lib/"
  ],
  "dependencies": {
    "ajv": "~8.18.0",
    "ajv-formats": "~2.1.1",
    "cookie-parser": "~1.4.7",
    "express": "~4.22.1",
    "morgan": "~1.10.1",
    "reflect-metadata": "~0.2.2"
  },
  "devDependencies": {
    "@types/mocha": "10.0.10",
    "@types/node": "24.10.0",
    "@types/supertest": "6.0.3",
    "ajv-errors": "~3.0.0",
    "ejs": "~3.1.10",
    "mocha": "~11.7.5",
    "mock-module": "^5.2.1",
    "rimraf": "~6.1.0",
    "source-map-support": "~0.5.21",
    "supertest": "~7.1.4",
    "ts-node": "~10.9.2",
    "twig": "~1.17.1",
    "typescript": "~5.5.4",
    "yamljs": "~0.3.0"
  },
  "gitHead": "38e770333449bee345293309b47f59dba3bc2b8c"
}
