mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-03 05:10:25 +03:00
21 lines
351 B
JSON
21 lines
351 B
JSON
{
|
|
"name": "@pkgs/captcha",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": "./*"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@fluxer/logger": "workspace:*",
|
|
"itty-time": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"@typescript/native-preview": "catalog:"
|
|
}
|
|
}
|