2023-02-27 08:38:39 +00:00
|
|
|
{
|
|
|
|
"name": "thingtime",
|
2024-03-15 11:12:57 +00:00
|
|
|
"version": "0.0.11",
|
2023-02-27 08:38:39 +00:00
|
|
|
"description": "Thing Time",
|
|
|
|
"main": "none",
|
|
|
|
"scripts": {
|
2024-04-20 13:43:55 +00:00
|
|
|
"remix": "npm run dev --prefix remix",
|
|
|
|
"next": "npm run dev --prefix next",
|
2023-03-08 06:57:26 +00:00
|
|
|
"api": "npm run dev --prefix api",
|
2024-04-20 13:43:55 +00:00
|
|
|
"build": "npm run build --prefix next",
|
|
|
|
"postinstall": "pnpm i --prefix next ; pnpm i --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
|
|
|
}
|