{
    "name": "locter",
    "version": "1.3.0",
    "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"
    },
    "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",
        ".": {
            "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.5",
        "@rollup/plugin-node-resolve": "^15.2.3",
        "@swc/core": "^1.3.99",
        "@swc/jest": "^0.2.27",
        "@tada5hi/commitlint-config": "^1.1.4",
        "@tada5hi/eslint-config-typescript": "^1.2.7",
        "@tada5hi/semantic-release": "^0.3.0",
        "@tada5hi/tsconfig": "^0.5.0",
        "@types/flat": "^5.0.2",
        "@types/jest": "^29.5.4",
        "@types/node": "^20.9.5",
        "cross-env": "^7.0.3",
        "eslint": "^8.48.0",
        "husky": "^8.0.3",
        "jest": "^29.6.4",
        "rimraf": "^5.0.5",
        "rollup": "^4.9.4",
        "semantic-release": "^22.0.8",
        "typescript": "^5.1.6"
    },
    "dependencies": {
        "destr": "^2.0.2",
        "ebec": "^2.3.0",
        "fast-glob": "^3.3.2",
        "flat": "^5.0.2",
        "jiti": "^1.21.0",
        "yaml": "^2.3.4"
    }
}
