fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
21 lines
467 B
JSON
21 lines
467 B
JSON
{
|
|
"name": "@scandic-hotels/scandic-redirect",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"packageManager": "yarn@4.6.0",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"generate": "jiti ./scripts/generateRedirectFile/index.ts",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@netlify/functions": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"convert-csv-to-json": "^3.4.0",
|
|
"jiti": "^2.6.1",
|
|
"vitest": "^4.0.0"
|
|
}
|
|
}
|