17 lines
308 B
JSON
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"
|
|
}
|
|
}
|