Newer
Older
{
"name": "recipe-app",
"version": "1.0.0",
"description": "Web-App as a recipe book",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "nodemon --exec \"node --inspect --require ts-node/register src/index.ts\"",