Skip to content

Commit

Permalink
chore: add npm run dupe to find duplicate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Oct 17, 2024
1 parent c1da1b7 commit 681ce9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"description": "Machine learning tools",
"main": "src/index.js",
"scripts": {
"compile": "rollup -c",
"build": "cheminfo-build --root ML",
"compile": "rollup -c",
"dupe": "find-duplicate-dependencies",
"eslint": "eslint src --cache",
"eslint-fix": "npm run eslint -- --fix",
"prepack": "npm run compile",
Expand Down Expand Up @@ -101,6 +102,7 @@
"eslint": "^9.12.0",
"eslint-config-cheminfo": "^12.0.1",
"esm": "^3.2.25",
"find-duplicate-dependencies": "^3.0.0",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"vitest": "^2.1.3"
Expand Down

0 comments on commit 681ce9f

Please sign in to comment.