{
    "name": "@vlocode/core",
    "version": "2.3.0",
    "description": "Vlocode core IoC container framework library",
    "main": "dist/index.js",
    "publishConfig": {
        "access": "public"
    },
    "readme": "../SITE.md",
    "directories": {
        "lib": "./lib"
    },
    "engines": {
        "node": ">=20.0.0"
    },
    "scripts": {
        "clean": "shx rm -rf ./lib ./dist ./coverage ./tsconfig.tsbuildinfo './*.tgz' './src/**/*.{d.ts,ts.map,js.map,js}'",
        "build": "tsc -b",
        "postbuild": "",
        "watch": "tsc -b --watch",
        "pack": "pnpm pack",
        "prepublish": "pnpm build"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Codeneos/vlocode.git"
    },
    "author": {
        "name": "Peter van Gulik",
        "email": "peter@curlybracket.nl"
    },
    "files": [
        "dist/**/*.d.ts",
        "!dist/**/*.test.d.ts",
        "dist/**/*.js",
        "dist/**/*.json",
        "dist/**/*.json",
        "!dist/**/*.test.js",
        "patches/*.patch",
        "../SITE.md"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/Codeneos/vlocode/issues"
    },
    "homepage": "https://github.com/Codeneos/vlocode#readme",
    "devDependencies": {
        "@types/jest": "^29.5.11",
        "@types/luxon": "^3.3.0",
        "@types/vscode": "^1.95.0",
        "jest": "^29.7.0",
        "shx": "^0.3.4",
        "ts-jest": "^29.4.9",
        "typescript": "5.9.3"
    },
    "dependencies": {
        "@vlocode/util": "2.3.0",
        "chalk": "^4.1.2",
        "fast-glob": "^3.3.3",
        "luxon": "^3.4.4",
        "memfs": "^4.43.0",
        "reflect-metadata": "^0.1.13",
        "unique-names-generator": "^4.6.0"
    },
    "publisher": "curlybracket",
    "gitHead": "26e1c73ab554a01e9f17f2e48a5e1ab9f5cb5326",
    "typings": "dist/index.d.ts"
}
