Skip to content

Commit

Permalink
chore: remove unused dependencies and files (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 authored Dec 12, 2024
1 parent 786b633 commit 1c62053
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 2,369 deletions.
815 changes: 0 additions & 815 deletions CHANGELOG.json

This file was deleted.

5 changes: 0 additions & 5 deletions beachball.config.js

This file was deleted.

1,295 changes: 33 additions & 1,262 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,7 @@
"lint:ci": "eslint '{src,tests}/**/*.ts'",
"format": "prettier --write '{src,tests}/**/*.ts'",
"format:ci": "prettier --check '{src,tests}/**/*.ts'",
"dev": "ts-node-dev --respawn testServer.ts",
"test": "jest",
"test:watch": "jest --watch",
"change": "beachball change",
"publish": "beachball publish -y",
"set-version": "echo '{\"version\":\"'$npm_package_name' '$npm_package_version'\"}' > ./src/utils/config.json",
"beachball-bump": "beachball bump",
"beachball-check": "beachball check",
"build": "tsc --noEmit & tsup ./src/index.ts --no-config --format esm,cjs --dts-resolve --minify"
},
"dependencies": {
Expand All @@ -80,18 +73,14 @@
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"babel-jest": "^29.7.0",
"beachball": "^2.37.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"express": "^4.21.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-node-dev": "^2.0.0",
"tsup": "^8.2.4",
"typescript": "^5.6.3"
}
Expand Down
1 change: 0 additions & 1 deletion src/utils/config.json

This file was deleted.

72 changes: 0 additions & 72 deletions testServer.ts

This file was deleted.

203 changes: 0 additions & 203 deletions tests/test-suite.test.ts

This file was deleted.

0 comments on commit 1c62053

Please sign in to comment.