This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
typescript-food-diary/package.json

23 lines
566 B
JSON
Raw Normal View History

2023-03-07 05:02:38 -06:00
{
"name": "food_diary",
"version": "1.0.0",
"description": "Food Diary UI for researching dietary sensitivities.",
"main": "index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hyperling/food_diary.git"
},
"author": "Hyperling",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hyperling/food_diary/issues"
},
"homepage": "https://github.com/Hyperling/food_diary#readme",
"dependencies": {
"package.json": "^2.0.1"
}
}