Files
gridpilot.gg/core/media/package.json
2025-12-15 13:46:07 +01:00

11 lines
207 B
JSON

{
"name": "@gridpilot/media",
"version": "0.1.0",
"type": "module",
"main": "./index.ts",
"types": "./index.ts",
"exports": {
".": "./index.ts",
"./application/*": "./application/*"
}
}