runtipi/packages/shared/package.json
2023-08-16 21:53:59 +02:00

17 lines
308 B
JSON

{
"name": "@runtipi/shared",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"lint": "eslint --ext .ts src",
"tsc": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"winston": "^3.9.0",
"zod": "^3.21.4"
}
}