mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
chore: Remove unused deps, clean up package.json a bit (#1176)
This commit is contained in:
19
package.json
19
package.json
@@ -3,7 +3,6 @@
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "A repository for All algorithms implemented in Javascript (for educational purposes only)",
|
||||
"main": "",
|
||||
"scripts": {
|
||||
"test": "jest --no-cache",
|
||||
"style": "standard",
|
||||
@@ -14,17 +13,7 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.11.6",
|
||||
"@babel/plugin-transform-runtime": "^7.11.5",
|
||||
"@babel/preset-env": "^7.11.5",
|
||||
"atob": "2.1.2",
|
||||
"jsdom": "^16.3.0",
|
||||
"node": "^16.13.2",
|
||||
"node-fetch": "3.1.1"
|
||||
},
|
||||
"standard": {
|
||||
"env": [
|
||||
"jest"
|
||||
],
|
||||
"parser": "@babel/eslint-parser"
|
||||
"@babel/preset-env": "^7.11.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.17.0",
|
||||
@@ -37,5 +26,11 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.6.0"
|
||||
},
|
||||
"standard": {
|
||||
"env": [
|
||||
"jest"
|
||||
],
|
||||
"parser": "@babel/eslint-parser"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user