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