Skip to content

Commit 68b2ebf

Browse files
committed
rm unused deps:
1 parent c1059d1 commit 68b2ebf

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,7 @@
2828
"prettier:check": "prettier --check .",
2929
"prettier:fix": "prettier --write .",
3030
"clean": "rm -rf dist",
31-
"prepublishOnly": "pnpm clean && pnpm build",
32-
"test": "bash tests/run-tests.sh",
33-
"test:minimal": "bash tests/run-tests.sh --type minimal",
34-
"test:advanced": "bash tests/run-tests.sh --type advanced --llm",
35-
"test:all": "bash tests/run-tests.sh --type all",
36-
"test:debug": "bash tests/run-tests.sh --debug",
37-
"test:install": "npm install @mcpvals chalk",
38-
"test:runner": "tsx tests/run-evals.ts"
31+
"prepublishOnly": "pnpm clean && pnpm build"
3932
},
4033
"lint-staged": {
4134
"*.{js,jsx,ts,tsx,json,css,scss,md}": [
@@ -54,8 +47,6 @@
5447
},
5548
"devDependencies": {
5649
"@eslint/js": "^9.29.0",
57-
"@mcpvals": "^0.1.0",
58-
"chalk": "^5.3.0",
5950
"eslint": "^9.29.0",
6051
"eslint-plugin-react": "^7.37.5",
6152
"globals": "^16.2.0",

0 commit comments

Comments
 (0)