mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
chore: update dev dependencies
This commit is contained in:
6993
package-lock.json
generated
6993
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,9 @@
|
||||
"node": ">=14"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test",
|
||||
"test": "jest",
|
||||
"lint": "eslint ./",
|
||||
"lint:fix": "eslint --fix ./",
|
||||
"build:types": "npx tsc"
|
||||
},
|
||||
"types": "./typings/index.d.ts",
|
||||
@@ -29,7 +31,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^17.0.31",
|
||||
"typescript": "^4.6.4"
|
||||
"typescript": "^4.6.4",
|
||||
"eslint": "^8.15.0",
|
||||
"jest": "^28.1.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user