Files
afilmory/packages/data/package.json
Innei f5cd5d800c chore: update deps
Signed-off-by: Innei <tukon479@gmail.com>
2025-08-31 01:36:08 +08:00

14 lines
261 B
JSON

{
"name": "@afilmory/data",
"type": "module",
"private": true,
"exports": {
".": "./src/index.ts",
"./manifest": "./src/photos-manifest.json",
"./types": "./src/types.ts"
},
"dependencies": {
"@afilmory/builder": "workspace:*"
}
}