{
  "name": "ecljs",
  "author": "Diogny A. B. <diognyab@outlook.com>",
  "version": "0.2.114",
  "description": "electric circuits library",
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "homepage": "https://github.com/Diogny/ecljs",
  "bugs": {
    "url": "https://github.com/Diogny/ecljs/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Diogny/ecljs.git"
  },
  "keywords": [
    "electric",
    "circuits",
    "library",
    "svg",
    "package",
    "dabberio",
    "typescript",
    "esbuild"
  ],
  "files": [
    "dist/lib/*",
    "dist/index.js",
    "dist/index.d.ts"
  ],
  "scripts": {
    "preinstall": "node -e \"!process.env.npm_config_user_agent.startsWith('pnpm/') && !console.log('Use \\`npx pnpm install\\` to install dependencies in this repository\\n') && process.exit(1)\"",
    "cli": "ts-node src/cli.ts",
    "lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
    "test": "jest",
    "clean": "rd /Q /S dist",
    "ts-node": "ts-node",
    "docs": "typedoc --entryPoints src/index.ts",
    "build": "pnpm clean && tsc -p tsconfig.json"
  },
  "devDependencies": {
    "dabbjs": "^0.0.29",
    "electric-units": "^1.0.7",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.1.0",
    "@typescript-eslint/eslint-plugin": "^8.38.0",
    "@typescript-eslint/parser": "^8.38.0",
    "esbuild": "^0.25.8",
    "eslint": "^9.32.0",
    "jest": "^30.0.5",
    "tslib": "^2.8.1",
    "ts-jest": "^29.4.1",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.9",
    "typescript": "^5.9.2"
  }
}
