-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 935 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
31
32
33
34
35
36
{
"name": "leadconduit-custom",
"description": "LeadConduit custom integration",
"version": "2.23.6",
"main": "index.js",
"license": "CC-BY-NC-ND-4.0",
"repository": {
"type": "git",
"url": "https://github.com/activeprospect/leadconduit-integration-custom.git"
},
"scripts": {
"test": "mocha",
"test:coverage:lcov": "nyc --reporter=lcov npm test",
"fixlint": "eslint . --fix",
"lint": "eslint ."
},
"dependencies": {
"dot-wild": "^3.0.1",
"flat": "^1.6.1",
"ipaddr.js": "^2.0.1",
"is-valid-domain": "^0.1.6",
"lodash": "^4.0.0",
"mime-content": "~0.0.10",
"mimeparse": "*",
"private-ip": "^2.3.3",
"regex-parser": "^2.2.1",
"soap": "^0.36.0",
"tlds": "^1.231.0",
"unidecode": "^0.1.8",
"xmlbuilder": "^7.0.0"
},
"devDependencies": {
"@activeprospect/integration-dev-dependencies": "^2.0.1",
"leadconduit-types": "^4.5.0"
}
}