mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
30 lines
775 B
JSON
30 lines
775 B
JSON
{
|
|
"name": "syncrow-web-infrastructure",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc -w",
|
|
"test": "jest",
|
|
"build:flutter": "flutter pub get && flutter build web --release",
|
|
"cdk": "cdk",
|
|
"infra:deploy": "npm run build:flutter && cdk deploy SyncrowWebStack",
|
|
"infra:destroy": "cdk destroy SyncrowWebStack",
|
|
"infra:build": "bash build.sh"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "CDK infrastructure for Syncrow Web Application",
|
|
"dependencies": {
|
|
"source-map-support": "^0.5.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.12",
|
|
"aws-cdk-lib": "^2.204.0",
|
|
"constructs": "^10.4.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|