2021-12-02 20:13:08 +01:00
|
|
|
{
|
|
|
|
"name": "@kremalicious/location",
|
|
|
|
"description": "Microservice API endpoint to fetch and expose my location.",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://matthiaskretschmann.com",
|
|
|
|
"scripts": {
|
|
|
|
"start": "vercel dev",
|
|
|
|
"test": "npm run type-check",
|
|
|
|
"format": "prettier --ignore-path .gitignore './**/*.{css,yml,js,ts,tsx,json}' --write",
|
2023-08-09 22:36:47 +02:00
|
|
|
"type-check": "tsc --noEmit",
|
|
|
|
"get-checkins": "node ./scripts/get-checkins.mjs"
|
2021-12-02 20:13:08 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-08 03:27:58 +02:00
|
|
|
"@types/node": "^20.14.10",
|
2024-04-08 12:35:09 +02:00
|
|
|
"@vercel/node": "^3.0.26",
|
2024-02-04 23:03:22 +01:00
|
|
|
"dotenv": "^16.4.1",
|
2024-04-08 12:34:47 +02:00
|
|
|
"eslint": "^9.0.0",
|
2024-02-04 23:03:22 +01:00
|
|
|
"prettier": "^3.2.5",
|
2024-04-08 12:34:37 +02:00
|
|
|
"typescript": "^5.4.4"
|
2021-12-02 20:13:08 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/kremalicious/location"
|
|
|
|
},
|
|
|
|
"engines": {
|
2023-08-09 22:36:47 +02:00
|
|
|
"node": "18"
|
2021-12-02 20:13:08 +01:00
|
|
|
}
|
|
|
|
}
|