62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"name": "@wrnexus/uploader",
|
|
"version": "0.8.4",
|
|
"type": "module",
|
|
"description": "Secure upload drivers, policies, client runtime, helper functions, and reusable upload components.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.workroot.in/WorkRoot/WRNexusJS.git",
|
|
"directory": "packages/uploader"
|
|
},
|
|
"homepage": "https://wrnexusjs.dev/packages/uploader",
|
|
"bugs": {
|
|
"url": "https://git.workroot.in/WorkRoot/WRNexusJS/issues"
|
|
},
|
|
"keywords": [
|
|
"wrnexus",
|
|
"bun",
|
|
"typescript",
|
|
"uploader"
|
|
],
|
|
"sideEffects": false,
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"engines": {
|
|
"bun": ">=1.3.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "restricted"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./plugin": {
|
|
"types": "./dist/plugin.d.ts",
|
|
"import": "./dist/plugin.js"
|
|
},
|
|
"./components/*": "./components/*"
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/core": "^0.8.4",
|
|
"@wrnexus/plugin": "^0.8.4",
|
|
"@wrnexus/ui": "^0.8.4"
|
|
},
|
|
"wrnexus": {
|
|
"plugin": {
|
|
"plugin": "./dist/plugin.js",
|
|
"export": "default",
|
|
"factory": true
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md",
|
|
"components"
|
|
]
|
|
}
|