mirror of
https://github.com/putyy/res-downloader.git
synced 2026-01-12 22:34: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")
|
|
} |