{ "name": "thingtime", "version": "0.0.100", "description": "Thing Time", "main": "none", "scripts": { "app": "npm run dev --prefix app", "app-https": "npm run https --prefix app", "api": "npm run dev --prefix api", "api-https": "npm run https --prefix api", "postinstall": "npm ci --prefix=app ; npm ci --prefix=api" }, "repository": { "type": "git", "url": "git+https://github.com/lopugit/thingtime.git" }, "author": "lopu", "license": "ISC", "bugs": { "url": "https://github.com/lopugit/thingtime/issues" }, "homepage": "https://github.com/lopugit/thingtime#readme", "dependencies": { "typescript": "^4.9.5" } }