Files
ArchiveCostWebapp/logic/node-red-data/node_modules/@ldapjs/protocol/package.json
T
huesser b518ae8edb
Build and Publish Site / docker (push) Successful in 23s
Workflow funktioniert nun wieder. Es gab Probleme nach Aenderungen.
ABER: Die Applikation funktioniert nur lokal. Die deployte Version geht noch nicht.
2026-07-03 13:24:08 +02:00

38 lines
1.0 KiB
JSON

{
"name": "@ldapjs/protocol",
"version": "1.2.1",
"description": "Provides constants for LDAP ASN.1 tags and values.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:ci": "eslint .",
"test": "tap --no-cov -R terse",
"test:ci": "tap --coverage-report=lcovonly -R terse",
"test:cov": "tap -R terse",
"test:cov:html": "tap --coverage-report=html -R terse",
"test:watch": "tap -n -w --no-coverage-report -R terse"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ldapjs/protocol.git"
},
"keywords": [
"ldapjs"
],
"author": "James Sumners",
"license": "MIT",
"bugs": {
"url": "https://github.com/ldapjs/protocol/issues"
},
"homepage": "https://github.com/ldapjs/protocol#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.1",
"eslint-plugin-promise": "^6.0.0",
"tap": "^16.2.0"
}
}