-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 788 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "ai-task",
"version": "1.0.0",
"description": "A modern, scalable API for comparing air travel ticket prices across currencies using Amadeus API. This project provides both a REST API and a beautiful web interface for flight price comparison.",
"main": "cypress.config.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "cypress run",
"test:watch": "cypress open",
"build": "echo 'Static files are ready in app/static/'",
"netlify": "netlify dev",
"netlify:deploy": "netlify deploy --prod"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"cypress": "^13.6.6",
"cypress-file-upload": "^5.0.8"
}
}