A big commit with a bunch of node modules so I could run puppeteer for Walmart. Added some todos and Headway's templates.

This commit is contained in:
Norm Rasmussen
2024-02-28 17:13:10 -05:00
parent dbcdfc8472
commit 1184fe0cd1
1107 changed files with 76526 additions and 8934 deletions

View File

@ -1,6 +1,6 @@
{
"name": "basic-ftp",
"version": "5.0.4",
"version": "5.0.5",
"description": "FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript.",
"main": "dist/index",
"types": "dist/index",
@ -9,8 +9,9 @@
],
"scripts": {
"prepublishOnly": "npm run clean && npm run lint && tsc && mocha",
"prepare": "tsc",
"test": "npm run prepublishOnly",
"clean": "rimraf dist",
"clean": "rm -rf dist",
"lint": "eslint \"./src/**/*.ts\"",
"lint-fix": "eslint --fix \"./src/**/*.ts\"",
"dev": "npm run clean && tsc --watch",
@ -43,7 +44,6 @@
"@typescript-eslint/parser": "6.14.0",
"eslint": "8.55.0",
"mocha": "10.2.0",
"rimraf": "5.0.5",
"typescript": "5.3.3"
}
}