20 lines
404 B
JSON
20 lines
404 B
JSON
{
|
|
"name": "@wrnexus/managed-captcha-service",
|
|
"version": "0.4.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun --watch src/index.ts",
|
|
"start": "bun src/index.ts",
|
|
"test": "bun test",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/captcha": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|