Skip to content

Commit 5cb3a72

Browse files
committed
removed some unused scripts and deps
1 parent 8bb3eb2 commit 5cb3a72

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

package-lock.json

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,14 @@
1616
"build": "npm run check && esbuild ./src/index.ts --bundle --platform=node --target=esnext --outfile=index.js",
1717
"check": "tsc --noEmit",
1818
"ci": "npm run build && npm run lint && npm run check && npm run test",
19-
"clean": "rm -rf ./dist/*",
2019
"lint": "eslint",
2120
"lint:fix": "eslint --fix",
22-
"start": "ts-node ./src/index.ts",
2321
"test": "jest ./test/*.test.ts"
2422
},
2523
"author": "CluEleSsUK",
2624
"license": "(Apache-2.0 OR MIT)",
2725
"devDependencies": {
2826
"@jest/globals": "^29.5.0",
29-
"@types/chai": "^4.3.1",
3027
"@types/node": "^18.0.4",
3128
"@typescript-eslint/eslint-plugin": "^5.30.6",
3229
"@typescript-eslint/parser": "^5.30.6",

0 commit comments

Comments
 (0)