initial commit
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "airplane",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"parse": "node src/cli.js",
|
||||
"watch": "node src/cli.js watch",
|
||||
"dashboard": "node src/dashboardServer.js",
|
||||
"dashboard:fastify": "node src/fastifyDashboardServer.js",
|
||||
"sample:skyscanner": "node src/skyscannerSampleServer.js",
|
||||
"test": "node --test"
|
||||
},
|
||||
"dependencies": {
|
||||
"fastify": "^5.2.2",
|
||||
"mysql2": "^3.15.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user