Bilibili-Evolved/.github/scripts/package.json
2021-12-13 22:45:36 +08:00

13 lines
225 B
JSON

{
"name": "@bevo/build-scripts",
"version": "1.0.0",
"main": "purge-cache.js",
"type": "module",
"author": "Grant Howard",
"license": "MIT",
"private": true,
"dependencies": {
"node-fetch": "^3.1.0"
}
}