mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 13:34:12 +00:00 
			
		
		
		
	# Conflicts: # .github/workflows/api-misskey-js.yml # .github/workflows/changelog-check.yml # .github/workflows/check-misskey-js-autogen.yml # .github/workflows/get-api-diff.yml # .github/workflows/lint.yml # .github/workflows/locale.yml # .github/workflows/on-release-created.yml # .github/workflows/storybook.yml # .github/workflows/test-backend.yml # .github/workflows/test-federation.yml # .github/workflows/test-frontend.yml # .github/workflows/test-misskey-js.yml # .github/workflows/test-production.yml # .github/workflows/validate-api-json.yml # package.json # packages/backend/package.json # packages/backend/src/server/api/ApiCallService.ts # packages/backend/src/server/api/endpoints/drive/files/create.ts # packages/frontend-shared/js/url.ts # packages/frontend/package.json # packages/frontend/src/components/MkFileCaptionEditWindow.vue # packages/frontend/src/components/MkInfo.vue # packages/frontend/src/components/MkLink.vue # packages/frontend/src/components/MkNote.vue # packages/frontend/src/components/MkNotes.vue # packages/frontend/src/components/MkPageWindow.vue # packages/frontend/src/components/MkReactionsViewer.vue # packages/frontend/src/components/MkTimeline.vue # packages/frontend/src/components/MkUrlPreview.vue # packages/frontend/src/components/MkUserPopup.vue # packages/frontend/src/components/global/MkPageHeader.vue # packages/frontend/src/components/global/MkUrl.vue # packages/frontend/src/components/global/PageWithHeader.vue # packages/frontend/src/pages/about-misskey.vue # packages/frontend/src/pages/announcements.vue # packages/frontend/src/pages/antenna-timeline.vue # packages/frontend/src/pages/channel.vue # packages/frontend/src/pages/instance-info.vue # packages/frontend/src/pages/note.vue # packages/frontend/src/pages/page.vue # packages/frontend/src/pages/role.vue # packages/frontend/src/pages/tag.vue # packages/frontend/src/pages/timeline.vue # packages/frontend/src/pages/user-list-timeline.vue # packages/frontend/src/pages/user/followers.vue # packages/frontend/src/pages/user/following.vue # packages/frontend/src/pages/user/home.vue # packages/frontend/src/pages/user/index.vue # packages/frontend/src/ui/deck.vue # packages/misskey-js/generator/package.json # pnpm-lock.yaml # scripts/changelog-checker/package-lock.json # scripts/changelog-checker/package.json
		
			
				
	
	
		
			88 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			88 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "megalodon",
 | |
|   "version": "7.0.1",
 | |
|   "description": "Mastodon API client for node.js and browser",
 | |
|   "main": "./lib/src/index.js",
 | |
|   "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": {
 | |
|     "node": "^22.0.0"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/h3poteto/megalodon.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "mastodon",
 | |
|     "client",
 | |
|     "api",
 | |
|     "streaming",
 | |
|     "rest",
 | |
|     "proxy"
 | |
|   ],
 | |
|   "author": "h3poteto",
 | |
|   "license": "MIT",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/h3poteto/megalodon/issues"
 | |
|   },
 | |
|   "jest": {
 | |
|     "moduleFileExtensions": [
 | |
|       "ts",
 | |
|       "js"
 | |
|     ],
 | |
|     "moduleNameMapper": {
 | |
|       "^@/(.+)": "<rootDir>/src/$1",
 | |
|       "^~/(.+)": "<rootDir>/$1"
 | |
|     },
 | |
|     "testMatch": [
 | |
|       "**/test/**/*.spec.ts"
 | |
|     ],
 | |
|     "preset": "ts-jest/presets/default",
 | |
|     "transform": {
 | |
|       "^.+\\.(ts|tsx)$": [
 | |
|         "ts-jest",
 | |
|         {
 | |
|           "tsconfig": "tsconfig.json"
 | |
|         }
 | |
|       ]
 | |
|     },
 | |
|     "testEnvironment": "node"
 | |
|   },
 | |
|   "homepage": "https://github.com/h3poteto/megalodon#readme",
 | |
|   "dependencies": {
 | |
|     "@types/core-js": "^2.5.8",
 | |
|     "@types/form-data": "^2.5.0",
 | |
|     "@types/jest": "^29.5.10",
 | |
|     "@types/oauth": "^0.9.4",
 | |
|     "@types/object-assign-deep": "^0.4.3",
 | |
|     "@types/parse-link-header": "^2.0.3",
 | |
|     "@types/uuid": "^9.0.7",
 | |
|     "@types/ws": "^8.5.10",
 | |
|     "axios": "1.7.4",
 | |
|     "dayjs": "^1.11.10",
 | |
|     "form-data": "4.0.2",
 | |
|     "https-proxy-agent": "^7.0.2",
 | |
|     "oauth": "0.10.2",
 | |
|     "object-assign-deep": "^0.4.0",
 | |
|     "parse-link-header": "^2.0.0",
 | |
|     "socks-proxy-agent": "^8.0.2",
 | |
| 		"typescript": "5.8.3",
 | |
| 		"uuid": "11.1.0",
 | |
|     "ws": "8.17.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
| 		"@typescript-eslint/eslint-plugin": "8.31.0",
 | |
| 		"@typescript-eslint/parser": "8.31.0",
 | |
| 		"eslint": "9.25.1",
 | |
|     "eslint-config-prettier": "^9.0.0",
 | |
|     "jest": "29.7.0",
 | |
|     "jest-worker": "^29.7.0",
 | |
|     "lodash": "4.17.21",
 | |
|     "prettier": "3.5.3",
 | |
|     "ts-jest": "^29.1.1"
 | |
|   }
 | |
| }
 |