mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 14:44:48 +00:00
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"name": "@afilmory/data",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./manifest": "./src/photos-manifest.json",
|
|
"./types": "./src/types.ts"
|
|
},
|
|
"dependencies": {
|
|
"@afilmory/builder": "workspace:*"
|
|
}
|
|
}
|