Initial release

This commit is contained in:
2026-05-12 23:57:41 -04:00
parent 524c6d2be7
commit 84691ccc3a
66 changed files with 9689 additions and 23 deletions

30
package-lock.json generated Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "express-twtkpr-upload-button",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "express-twtkpr-upload-button",
"devDependencies": {
"@types/node": "^25.6.0"
}
},
"node_modules/@types/node": {
"version": "25.6.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz",
"integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.19.0"
}
},
"node_modules/undici-types": {
"version": "7.19.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz",
"integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==",
"dev": true,
"license": "MIT"
}
}
}