forked from ldapjs/messages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 931 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@wekanteam/messages",
"homepage": "https://github.com/wekan/messages",
"description": "API for creating and parsing LDAP messages",
"version": "1.3.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:wekan/messages.git"
},
"main": "index.js",
"dependencies": {
"@wekanteam/asn1": "github:wekan/asn1",
"@wekanteam/attribute": "github:wekan/attribute",
"@wekanteam/change": "github:wekan/change",
"@wekanteam/controls": "github:wekan/controls",
"@wekanteam/dn": "github:wekan/dn",
"@wekanteam/filter": "github:wekan/filter",
"@wekanteam/protocol": "github:wekan/protocol",
"process-warning": "^2.2.0"
},
"scripts": {
"lint": "eslint .",
"lint:ci": "eslint .",
"test": "tap --no-coverage-report",
"test:cov": "tap",
"test:cov:html": "tap --coverage-report=html",
"test:watch": "tap -w --no-coverage-report"
}
}