easy-file-picker
Version:
Easy File Picker is a straightforward library with no dependencies to upload/pick/read files in the browser.
54 lines (53 loc) • 1.2 kB
JSON
{
"name": "easy-file-picker",
"version": "1.2.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",
"module": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"README.md",
"LICENSE"
],
"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": "rimraf --glob *.d.ts *.js"
},
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "^5.8.3"
}
}