27 lines
653 B
JSON
Raw Normal View History

2023-02-27 08:38:39 +00:00
{
"name": "thingtime",
"version": "0.0.100",
"description": "Thing Time",
"main": "none",
"scripts": {
"app": "npm run dev --prefix app",
2023-03-08 06:57:26 +00:00
"api": "npm run dev --prefix api",
"build": "npm run build --prefix app",
"postinstall": "pnpm i --prefix app ; 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
}