2023-02-27 08:38:39 +00:00
|
|
|
{
|
|
|
|
"name": "thingtime",
|
|
|
|
"version": "0.0.100",
|
|
|
|
"description": "Thing Time",
|
|
|
|
"main": "none",
|
|
|
|
"scripts": {
|
|
|
|
"app": "npm run dev --prefix app",
|
2023-03-08 21:41:07 +00:00
|
|
|
"app-https": "npm run https --prefix app",
|
2023-03-08 06:57:26 +00:00
|
|
|
"api": "npm run dev --prefix api",
|
2023-03-08 21:41:07 +00:00
|
|
|
"api-https": "npm run https --prefix api",
|
2023-03-08 06:57:26 +00:00
|
|
|
"postinstall": "npm ci --prefix=app ; npm ci --prefix=api"
|
2023-02-27 08:38:39 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/lopugit/thingtime.git"
|
|
|
|
},
|
|
|
|
"author": "lopu",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/lopugit/thingtime/issues"
|
|
|
|
},
|
2023-02-27 09:31:09 +00:00
|
|
|
"homepage": "https://github.com/lopugit/thingtime#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"typescript": "^4.9.5"
|
|
|
|
}
|
2023-02-27 08:38:39 +00:00
|
|
|
}
|