28 lines
699 B
JSON
Raw Normal View History

2023-02-27 08:38:39 +00:00
{
"name": "thingtime",
"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": {
"smarts": "2.0.0",
2023-02-27 09:31:09 +00:00
"typescript": "^4.9.5"
}
2023-02-27 08:38:39 +00:00
}