mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
remove unused script from megalodon
This commit is contained in:
parent
1a964cb6c0
commit
a348d7aa09
1 changed files with 5 additions and 11 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue