mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 15:40:07 -04:00
24 lines
339 B
JSON
24 lines
339 B
JSON
{
|
|
"name": "@sd/assets",
|
|
"version": "1.0.0",
|
|
"license": "GPL-3.0-only",
|
|
"publishConfig": {
|
|
"name": "@spacedriveapp/assets"
|
|
},
|
|
"sideEffects": false,
|
|
"files": [
|
|
"icons",
|
|
"images",
|
|
"lottie",
|
|
"svgs",
|
|
"videos",
|
|
"util"
|
|
],
|
|
"scripts": {
|
|
"gen": "node ./scripts/generate.mjs"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.0.0"
|
|
}
|
|
}
|