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