fix: missing dependencies in published package

This commit is contained in:
Geoffroy Empain 2020-12-04 17:20:45 +01:00
parent 5afa53c1af
commit 6e452c8efc
2 changed files with 922 additions and 565 deletions

1466
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,6 +22,15 @@
},
"author": "Charlie Bravo SRL",
"license": "UNLICENSED",
"dependencies": {
"axios": "^0.21.0",
"chalk": "^4.1.0",
"debug": "^4.2.0",
"form-data": "^3.0.0",
"tar": "^6.0.5",
"winston": "^3.3.3",
"yargs": "^15.4.1"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
@ -32,19 +41,14 @@
"@types/tar": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"axios": "^0.21.0",
"chalk": "^4.1.0",
"debug": "^4.2.0",
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-security": "^1.4.0",
"form-data": "^3.0.0",
"jest": "^26.6.3",
"semantic-release": "^17.3.0",
"semantic-release-license": "^1.0.0",
"tar": "^6.0.5",
"terser-webpack-plugin": "^2.3.8",
"ts-jest": "^25.5.1",
"ts-loader": "^6.2.2",
@ -52,9 +56,6 @@
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^4.2.0",
"webpack-node-externals": "^2.5.2",
"winston": "^3.3.3",
"yargs": "^15.4.1"
},
"dependencies": {}
"webpack-node-externals": "^2.5.2"
}
}