dropzone-file-parser
Version:
A package that helps to parse the file and folders dropped in a dropzone
35 lines • 850 B
JSON
{
"name": "dropzone-file-parser",
"version": "0.2.3",
"description": "A package that helps to parse the file and folders dropped in a dropzone",
"main": "index.ts",
"type": "module",
"types": "dist/src/index.d.ts",
"exports": {
".": {
"import": "./dist/bundle.mjs",
"require": "./dist/bundle.cjs.js",
"browser": "./dist/bundle.iife.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/snowflake04/dropzone-file-parser.git"
},
"keywords": [
"file-parser",
"dropzone",
"file-parser",
"dropzone-file"
],
"author": "Snowflake04",
"license": "MIT",
"bugs": {
"url": "https://github.com/snowflake04/dropzone-file-parser/issues"
},
"homepage": "https://github.com/snowflake04/dropzone-file-parser#readme",
"files": [
"dist",
"package.json"
]
}