{
  "name": "@e22m4u/js-service",
  "version": "0.2.0",
  "description": "The Service Locator implementation for JavaScript",
  "type": "module",
  "types": "./src/index.d.ts",
  "module": "./src/index.js",
  "main": "./dist/cjs/index.cjs",
  "exports": {
    "types": "./src/index.d.ts",
    "import": "./src/index.js",
    "require": "./dist/cjs/index.cjs"
  },
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "lint": "tsc && eslint ./src",
    "lint:fix": "tsc && eslint ./src --fix",
    "format": "prettier --write \"./src/**/*.js\"",
    "test": "npm run lint && c8 --reporter=text-summary mocha",
    "test:coverage": "npm run lint && c8 --reporter=text mocha",
    "build:cjs": "rimraf ./dist/cjs && node --no-warnings=ExperimentalWarning build-cjs.js",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/e22m4u/js-service.git"
  },
  "keywords": [
    "DI",
    "Service",
    "Locator",
    "Container"
  ],
  "author": "e22m4u <e22m4u@yandex.ru>",
  "license": "MIT",
  "homepage": "https://github.com/e22m4u/js-service",
  "dependencies": {
    "@e22m4u/js-format": "0.1.x"
  },
  "devDependencies": {
    "@commitlint/cli": "~19.6.0",
    "@commitlint/config-conventional": "~19.6.0",
    "@eslint/js": "~9.15.0",
    "c8": "~10.1.2",
    "chai": "~5.1.2",
    "esbuild": "~0.24.0",
    "eslint": "~9.15.0",
    "eslint-config-prettier": "~9.1.0",
    "eslint-plugin-chai-expect": "~3.1.0",
    "eslint-plugin-mocha": "~10.5.0",
    "globals": "~15.12.0",
    "husky": "~9.1.7",
    "mocha": "~10.8.2",
    "prettier": "~3.3.3",
    "rimraf": "~6.0.1",
    "typescript": "~5.7.2"
  }
}
