{
  "name": "@triptyk/nfw-core",
  "version": "6.0.1",
  "description": "A NodeJS Typescript framework using Koa !",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/TRIPTYK/nfw-core.git"
  },
  "type": "module",
  "author": "TRIPTYK",
  "engines": {
    "node": ">=16.3.1"
  },
  "contributors": [
    "Amaury Deflorenne <deflorenne.amaury@gmail.com> (https://github.com/AmauryD)",
    "Gilles Bertrand <gilles@triptyk.eu> (https://github.com/gilles-bertrand)",
    "Romain Verliefden <romain@triptyk.eu> (https://github.com/DramixDW)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TRIPTYK/nfw-core/issues"
  },
  "homepage": "https://github.com/TRIPTYK/nfw-core#readme",
  "devDependencies": {
    "@types/chai": "^4.3.17",
    "@types/node": "^22.3.0",
    "node-fetch": "^3.3.2",
    "reflect-metadata": "^0.2.2",
    "type-fest": "^4.24.0",
    "typescript": "~5.5.4",
    "vitest": "^0.34.5"
  },
  "dependencies": {
    "tsyringe": "~4.8.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "build:clean": "rm -f tsconfig.tsbuildinfo && rm -rf dist"
  }
}