{
"name": "thingtime",
"version": "0.0.11",
"description": "Thing Time",
"main": "none",
"scripts": {
"remix": "npm run dev --prefix remix",
"next": "npm run dev --prefix next",
"api": "npm run dev --prefix api",
"build": "npm run build --prefix next",
"postinstall": "pnpm i --prefix next ; pnpm i --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": {
"smarts": "2.0.0",
"typescript": "^4.9.5"
}
}