fix: missing dependencies in published package
This commit is contained in:
1466
package-lock.json
generated
1466
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
21
package.json
21
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user