{
    "name": "locter",
    "version": "2.2.1",
    "description": "A library to locate a file/module by criteria and load it!",
    "author": {
        "name": "Peter Placzek",
        "email": "contact@tada5hi.net",
        "url": "https://github.com/tada5hi"
    },
    "engines": {
        "node": ">=22.0.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/tada5hi/locter.git"
    },
    "main": "dist/index.cjs",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "exports": {
        "./package.json": "./package.json",
        ".": {
            "types": "./dist/index.d.ts",
            "require": "./dist/index.cjs",
            "import": "./dist/index.mjs"
        }
    },
    "files": [
        "dist/"
    ],
    "scripts": {
        "build:types": "tsc --emitDeclarationOnly",
        "build:js": "rollup -c",
        "build": "rimraf dist && npm run build:types && npm run build:js",
        "commit": "npx git-cz",
        "test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js",
        "test:coverage": "cross-env NODE_ENV=test jest --config ./test/jest.config.js --coverage",
        "lint": "eslint --ext .js,.vue,.ts ./src",
        "lint:fix": "npm run lint -- --fix",
        "prepare": "npx husky install"
    },
    "keywords": [
        "file",
        "loader",
        "transpiling",
        "compiler",
        "loading",
        "on-demand-transpiling",
        "locator",
        "file-extension",
        "transpiling",
        "typescript"
    ],
    "license": "MIT",
    "devDependencies": {
        "@rollup/plugin-esm-shim": "^0.1.8",
        "@rollup/plugin-node-resolve": "^16.0.3",
        "@swc/core": "^1.15.3",
        "@swc/jest": "^0.2.39",
        "@tada5hi/commitlint-config": "^1.2.6",
        "@tada5hi/eslint-config-typescript": "^1.2.17",
        "@tada5hi/tsconfig": "^0.6.0",
        "@types/flat": "^5.0.2",
        "@types/jest": "^30.0.0",
        "@types/node": "^24.10.1",
        "cross-env": "^10.1.0",
        "eslint": "^8.57.0",
        "husky": "^9.1.7",
        "jest": "^30.2.0",
        "rimraf": "^6.1.2",
        "rollup": "^4.53.3",
        "typescript": "^5.9.3",
        "workspaces-publish": "^1.5.0"
    },
    "dependencies": {
        "destr": "^2.0.5",
        "ebec": "^2.3.0",
        "fast-glob": "^3.3.3",
        "flat": "^5.0.2",
        "jiti": "^2.6.1",
        "yaml": "^2.8.1"
    }
}
