mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"name": "@uppy-dev/release",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"globby": "^13.0.0",
|
|
"node-fetch": "^3.1.0",
|
|
"prompts": "^2.4.2"
|
|
},
|
|
"scripts": {
|
|
"interactive": "node ./interactive.js",
|
|
"update-changelogs": "node ./updateChangelogs.js",
|
|
"update-version-URLs": "node ./afterVersionBump.js"
|
|
}
|
|
}
|