17 lines
388 B
JSON
17 lines
388 B
JSON
|
|
{
|
||
|
|
"name": "toa-subscribe-service",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Keep In Touch — subscribe capture endpoint for Tree of Ascension docs. Captures WhatsApp / email / name into SQLite.",
|
||
|
|
"type": "module",
|
||
|
|
"main": "server.js",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node server.js"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=20"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"better-sqlite3": "^11.8.1"
|
||
|
|
}
|
||
|
|
}
|