remove unused script from megalodon

This commit is contained in:
Hazelnoot 2025-05-23 19:42:53 -04:00
parent 1a964cb6c0
commit a348d7aa09

View file

@ -6,7 +6,6 @@
"typings": "./lib/src/index.d.ts",
"scripts": {
"build": "tsc -p ./",
"doc": "typedoc --out ../docs ./src",
"test": "cross-env NODE_ENV=test jest -u --maxWorkers=3"
},
"engines": {
@ -54,22 +53,17 @@
},
"homepage": "https://github.com/h3poteto/megalodon#readme",
"dependencies": {
"@types/jest": "^29.5.10",
"@types/oauth": "^0.9.4",
"axios": "1.7.4",
"dayjs": "^1.11.10",
"axios": "1.9.0",
"dayjs": "1.11.13",
"form-data": "4.0.2",
"oauth": "0.10.2",
"typescript": "5.8.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.31.0",
"@typescript-eslint/parser": "8.31.0",
"eslint": "9.25.1",
"eslint-config-prettier": "^9.0.0",
"@types/jest": "29.5.14",
"@types/oauth": "0.9.6",
"jest": "29.7.0",
"jest-worker": "29.7.0",
"prettier": "3.5.3",
"ts-jest": "^29.1.1"
"ts-jest": "29.3.4"
}
}