-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.25 KB
/
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
37
38
{
"name": "leadconduit-trustedform",
"version": "2.4.3",
"description": "LeadConduit integration with TrustedForm",
"main": "index.js",
"scripts": {
"test": "mocha",
"test:coverage:lcov": "nyc --reporter=lcov npm test",
"prepublishOnly": "webpack --config node_modules/@activeprospect/integration-dev-dependencies/webpack_config.js",
"postpublish": "rm lib/ui/public/dist/*",
"fixlint": "eslint . --fix",
"lint": "eslint .",
"watch": "webpack --watch --config node_modules/@activeprospect/integration-dev-dependencies/webpack_config.js"
},
"repository": {
"type": "git",
"url": "git://github.com/activeprospect/leadconduit-integration-trustedform.git"
},
"license": "CC-BY-NC-ND-4.0",
"dependencies": {
"@activeprospect/integration-components": "^5.0.0",
"@activeprospect/ui-components": "^1.3.3",
"axios": "^1.4.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"leadconduit-integration": "^0.4.1",
"leadconduit-integration-ui": "^1.1.4",
"lodash": "^4.17.20",
"request": "^2.88.0",
"trustedform-api-client": "^1.0.7",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@activeprospect/integration-dev-dependencies": "^2.0.0"
}
}