mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
remove unused script from megalodon
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user