easy-file-picker
Version:
Easy File Picker is a straightforward library with no dependencies to upload/pick/read files in the browser.
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "easy-file-picker",
"version": "1.1.0",
"description": "Easy File Picker is a straightforward library with no dependencies to upload/pick/read files in the browser.",
"homepage": "https://github.com/danisss9/easy-file-picker#readme",
"repository": {
"type": "git",
"url": "https://github.com/danisss9/easy-file-picker.git"
},
"bugs": {
"url": "https://github.com/danisss9/easy-file-picker/issues"
},
"main": "index.js",
"license": "MIT",
"keywords": [
"open",
"file",
"upload",
"uploader",
"easy",
"pick",
"browser",
"angular",
"ng",
"react",
"preact",
"vue",
"svelte",
"javascript",
"typescript",
"core",
"js",
"ts"
],
"scripts": {
"release": "npm run compile:lib && npm run publish:lib && npm run clean:lib",
"compile:lib": "tsc --project ./src/tsconfig.json",
"publish:lib": "npm publish --access public",
"clean:lib": "del *.d.ts && del *.js"
},
"devDependencies": {
"typescript": "^5.3.3"
}
}