14 lines
326 B
JSON
14 lines
326 B
JSON
{
|
|
"name": "@wrnexus/image",
|
|
"version": "0.7.0",
|
|
"type": "module",
|
|
"description": "Responsive image planning, secure remote image policies, and performance auditing for WRNexusJS.",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/security": "workspace:*"
|
|
}
|
|
}
|