You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
396 B
20 lines
396 B
{
|
|
"name": "server",
|
|
"version": "1.3.0",
|
|
"description": "The API for the website",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ./index.js",
|
|
"dev": "nodemon server/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "Raymonzut",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fastify": "^2.15.1",
|
|
"fastify-cors": "^3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.4"
|
|
}
|
|
}
|
|
|