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:
6
Scripts/node_modules/basic-ftp/package.json
generated
vendored
6
Scripts/node_modules/basic-ftp/package.json
generated
vendored
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user