{
  "name": "@jymfony/autoloader",
  "version": "0.1.0-alpha.32",
  "description": "Jymfony Autoloader",
  "main": "index.js",
  "typings": "types/index.d.ts",
  "scripts": {
    "test": "node ./tests.js"
  },
  "keywords": [
    "jymfony",
    "class loader",
    "autoload"
  ],
  "author": "Alessandro Chitolina <alekitto@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=12.0.0"
  },
  "peerDependencies": {
    "@jymfony/compiler": "^0.5"
  },
  "dependencies": {
    "@jymfony/datastructure": "0.1.0-alpha.32",
    "@jymfony/util": "0.1.0-alpha.32"
  },
  "devDependencies": {
    "@jymfony/debug": "git+https://github.com/jymfony/debug.git",
    "@jymfony/testing": "git+https://github.com/jymfony/testing.git",
    "mocha": "^10.2"
  },
  "flat": true,
  "config": {
    "jymfony-autoload": {
      "namespaces": {
        "Jymfony.Component.Autoloader": "src/"
      },
      "includes": [
        "src/Test/ChaiExpectation.js"
      ]
    },
    "jymfony-autoload-dev": {
      "namespaces": {
        "Jymfony.Component.Autoloader.Tests": "test/",
        "Jymfony.Component.Autoloader.Fixtures": "fixtures/"
      }
    }
  }
}
