feat(BOOK-401): redirect-service with tests and typings * Switch to typescript * add new dependencies for tests and typescript * Switch to typescript * add new dependencies for tests and typescript * rewrite to typescript and include tests * rewrite to typescript and include tests * refactor: update README and scripts for CSV handling; rename update script to generate * include csv-data folder Approved-by: Linus Flood
28 lines
664 B
JSON
28 lines
664 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"
|
|
},
|
|
"dependencies": {
|
|
"@netlify/functions": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"convert-csv-to-json": "^3.4.0",
|
|
"jiti": "^2.6.1",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"prettier": {
|
|
"semi": false,
|
|
"trailingComma": "es5",
|
|
"singleQuote": false,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"endOfLine": "lf"
|
|
}
|
|
}
|