autoloop / packages /shared /package.json
shubhjn's picture
Deploy AutoLoop Server to Hugging Face
a6b6c66
raw
history blame contribute delete
294 Bytes
{
"name": "@autoloop/shared",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@autoloop/db": "workspace:*",
"@autoloop/types": "workspace:*"
}
}