Skip to content

Commit

Permalink
updade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ricsam committed Apr 19, 2020
1 parent 9bde894 commit af259f8
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 3,056 deletions.
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,36 @@
"description": "Node Active FS - nafs. File system abstraction to read/write files to AWS S3 or local directory. Includes middleware for usage with express.",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "nodemon",
"build": "tsc && mv ./dist/* ./"
},
"keywords": ["fs", "nafs", "io", "aws", "s3", "express", "middleware"],
"keywords": [
"fs",
"nafs",
"io",
"aws",
"s3",
"express",
"middleware"
],
"author": "Richard Samuelsson",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.3",
"@types/node": "^13.9.0",
"@types/mkdirp": "^1.0.0",
"@types/node": "^13.9.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jest": "^25.1.0",
"nodemon": "^2.0.2",
"prettier": "^1.19.1",
"ts-node": "^8.6.2",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0"
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
},
"dependencies": {
"aws-sdk": "^2.634.0",
"mkdirp": "^1.0.3",
"mkdirp": "^1.0.4",
"path": "^0.12.7",
"query-string": "^6.11.1",
"url": "^0.11.0"
Expand Down
Loading

0 comments on commit af259f8

Please sign in to comment.