forked from Wavyzz/dolibarr
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
25 lines
565 B
JSON
25 lines
565 B
JSON
{
|
|
"name": "dolibarr",
|
|
"version": "1.14.0",
|
|
"description": "An app for connecting Dolibarr to the Zapier platform.",
|
|
"repository": "Dolibarr/dolibarr",
|
|
"homepage": "https://www.dolibarr.org/",
|
|
"author": "Frédéric France <frederic.france@free.fr>",
|
|
"license": "BSD-3-Clause",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --recursive"
|
|
},
|
|
"engines": {
|
|
"node": "14.0.0",
|
|
"npm": ">=5.6.0"
|
|
},
|
|
"dependencies": {
|
|
"zapier-platform-core": "17.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^5.2.0",
|
|
"should": "^13.2.0"
|
|
}
|
|
}
|