- 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>
16 lines
401 B
JSON
16 lines
401 B
JSON
{
|
|
"name": "filamenteka-scripts",
|
|
"version": "1.0.0",
|
|
"description": "Migration and utility scripts for Filamenteka",
|
|
"scripts": {
|
|
"migrate": "node migrate-with-parser.js",
|
|
"migrate:clear": "node migrate-with-parser.js --clear"
|
|
},
|
|
"dependencies": {
|
|
"aws-sdk": "^2.1472.0",
|
|
"axios": "^1.6.2",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"dotenv": "^16.3.1",
|
|
"uuid": "^9.0.1"
|
|
}
|
|
} |