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",
|
|
|
|
"type-check": "tsc --noEmit"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-07 10:04:21 +01:00
|
|
|
"@types/node": "^18.11.9",
|
2023-01-16 15:34:58 +01:00
|
|
|
"prettier": "^2.8.3",
|
2023-01-16 15:36:20 +01:00
|
|
|
"typescript": "^4.9.4"
|
2021-12-02 20:13:08 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/kremalicious/location"
|
|
|
|
},
|
|
|
|
"engines": {
|
2022-11-17 00:19:53 +01:00
|
|
|
"node": "16"
|
2021-12-02 20:13:08 +01:00
|
|
|
}
|
|
|
|
}
|