16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"name": "@scandic-hotels/scandic-redirect",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"packageManager": "yarn@4.6.0",
|
|
"dependencies": {
|
|
"@netlify/functions": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"convert-csv-to-json": "^3.4.0"
|
|
},
|
|
"scripts": {
|
|
"update": "node ./scripts/update.mjs"
|
|
}
|
|
}
|