2023-02-27 08:38:39 +00:00
|
|
|
{
|
|
|
|
"name": "thingtime",
|
|
|
|
"version": "0.0.100",
|
|
|
|
"description": "Thing Time",
|
|
|
|
"main": "none",
|
|
|
|
"scripts": {
|
2023-06-27 00:50:29 +00:00
|
|
|
"remix": "npm run dev --prefix remix",
|
2023-03-08 06:57:26 +00:00
|
|
|
"api": "npm run dev --prefix api",
|
2023-06-27 00:50:29 +00:00
|
|
|
"build": "npm run build --prefix remix",
|
|
|
|
"postinstall": "npm ci --prefix remix ; 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": {
|
2023-07-01 14:22:57 +00:00
|
|
|
"smarts": "2.0.0",
|
2023-02-27 09:31:09 +00:00
|
|
|
"typescript": "^4.9.5"
|
|
|
|
}
|
2023-02-27 08:38:39 +00:00
|
|
|
}
|