UNPKG

ldapts

Version:
103 lines (102 loc) 2.85 kB
{ "name": "ldapts", "version": "9.0.0", "description": "LDAP client", "keywords": [ "active", "directory", "ldap" ], "homepage": "https://github.com/ldapts/ldapts#readme", "bugs": { "url": "https://github.com/ldapts/ldapts/issues" }, "license": "MIT", "author": "jim@biacreations.com", "repository": { "type": "git", "url": "git+https://github.com/ldapts/ldapts.git" }, "files": [ "dist", "src" ], "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "scripts": { "build": "vp pack", "test": "pnpm run test:types && vp test run", "test:types": "tsc --noEmit --skipLibCheck", "test:imports": "node --no-experimental-require-module tests/import.tests.cjs && node tests/import.tests.mjs", "lint:format": "vp fmt", "lint:markdown": "markdownlint '*.md' '!(node_modules|dist)/**/*.md' --config=.github/linters/.markdown-lint.yml --fix", "lint:code": "vp lint --fix", "lint": "run-s lint:format lint:code lint:markdown", "lint-staged": "lint-staged", "docker:up": "docker compose up -d --wait", "docker:down": "docker compose down", "beta": "pnpm publish --tag beta", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable", "prepare": "husky" }, "dependencies": { "strict-event-emitter-types": "2.0.0" }, "devDependencies": { "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "13.0.1", "@semantic-release/git": "10.0.1", "@semantic-release/github": "12.0.9", "@semantic-release/npm": "13.1.5", "@semantic-release/release-notes-generator": "14.1.1", "@stylistic/eslint-plugin": "5.10.0", "@types/node": ">=22", "eslint-config-decent": "4.2.38", "eslint-plugin-jsdoc": "62.9.0", "eslint-plugin-security": "4.0.1", "eslint-plugin-unicorn": "64.0.0", "husky": "9.1.7", "lint-staged": "17.0.8", "markdownlint-cli": "0.49.0", "node-forge": "1.4.0", "npm-run-all2": "9.0.2", "oxlint-plugin-eslint": "1.73.0", "pinst": "3.0.0", "semantic-release": "25.0.5", "typescript": "7.0.2", "vite": "catalog:", "vite-plus": "catalog:" }, "lint-staged": { "*.md": [ "vp fmt", "markdownlint --config=.github/linters/.markdown-lint.yml --fix" ], "*.{cjs,mjs,ts}": [ "vp fmt", "vp lint --fix" ], "*.{json,json5,yml,yaml}": [ "vp fmt --no-error-on-unmatched-pattern" ] }, "engines": { "node": ">=22" }, "packageManager": "pnpm@11.11.0" }