Files
ak-endfield-api-archive/package.json
dependabot[bot] e28cc69fc7 build(deps): bump uuid in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [uuid](https://github.com/uuidjs/uuid).


Updates `uuid` from 13.0.1 to 14.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v13.0.1...v14.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-04 08:54:43 +00:00

55 lines
1.4 KiB
JSON

{
"name": "ak-endfield-api-archive",
"version": "0.1.0",
"description": "Arknights Endfield game API response archive",
"author": "daydreamer-json <atarakima1@icloud.com> (https://github.com/daydreamer-json)",
"license": "AGPL-3.0-or-later",
"module": "src/main.ts",
"type": "module",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/daydreamer-json/ak-endfield-api-archive.git"
},
"scripts": {
"start": "bun src/main.ts archive && bun x oxfmt output"
},
"dependencies": {
"@octokit/rest": "^22.0.1",
"chalk": "^5.6.2",
"cli-table3": "^0.6.5",
"cookie": "^1.1.1",
"deepmerge": "^4.3.1",
"ky": "^1.14.3",
"log4js": "^6.9.1",
"luxon": "^3.7.2",
"ora": "^9.3.0",
"p-queue": "^9.1.2",
"prompts": "^2.4.2",
"qs": "^6.15.1",
"semver": "^7.7.4",
"uuid": "^14.0.0",
"yaml": "^2.8.3",
"yargs": "^18.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.11",
"@tsconfig/bun": "^1.0.10",
"@tsconfig/node24": "^24.0.4",
"@tsconfig/recommended": "^1.0.13",
"@tsconfig/strictest": "^2.0.8",
"@types/bun": "latest",
"@types/luxon": "^3.7.1",
"@types/node": "^25.6.0",
"@types/prompts": "^2.4.9",
"@types/qs": "^6.15.0",
"@types/semver": "^7.7.1",
"@types/yargs": "^17.0.35",
"nodemon": "^3.1.14",
"oxfmt": "^0.26.0"
},
"peerDependencies": {
"typescript": "^5.9.3"
}
}