{
  "name": "@teqfw/core",
  "version": "0.35.2",
  "description": "Core functionalities for plugin scanning, local configuration management, and command-line utilities for building modern web applications with the Tequila Framework.",
  "type": "module",
  "main": "src/Back/Launcher.mjs",
  "keywords": [
    "ecmascript 2015",
    "es6+",
    "pwa",
    "spa",
    "teqfw",
    "tequila framework",
    "web applications",
    "framework",
    "javascript",
    "plugin-based",
    "scalable",
    "config management"
  ],
  "homepage": "https://github.com/teqfw/core#readme",
  "bugs": {
    "url": "https://github.com/teqfw/core/issues"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Alex Gusev",
    "email": "alex@flancer64.com",
    "url": "https://github.com/flancer64"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/teqfw/core.git"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/_mocha --recursive './test/**/*.test.mjs'"
  },
  "dependencies": {
    "@teqfw/di": ">=0.36.0 <1.0.0",
    "commander": "^13.1.0"
  },
  "devDependencies": {
    "@teqfw/test": "^0.24.0",
    "mocha": "^11.0.1"
  },
  "engines": {
    "node": ">=18"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/teqfw"
  }
}
