- Remove old Confluence variables - Add NEXT_PUBLIC_API_URL for API access 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
368 B
JSON
18 lines
368 B
JSON
{
|
|
"name": "filaments-api",
|
|
"version": "1.0.0",
|
|
"description": "Lambda function for filaments CRUD operations",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"aws-sdk": "^2.1692.0",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs"
|
|
}
|