mirror of
https://github.com/putyy/res-downloader.git
synced 2026-01-13 06:54:56 +08:00
5 lines
161 B
TypeScript
Executable File
5 lines
161 B
TypeScript
Executable File
import request from './request'
|
|
|
|
export function getPackageJson() {
|
|
return request.get("https://github.com/putyy/res-downloader/raw/main/package.json")
|
|
} |