shinfileinputer
Version:
select and access a local file without upload file or files to remote
37 lines (34 loc) • 909 B
JSON
{
"version": "1.0.2",
"name": "shinfileinputer",
"author": "shin <jsgxx00@gmail.com>",
"description": "select and access a local file without upload file or files to remote",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"start": "cross-env NODE_ENV=development webpack-dev-server"
},
"keywords": [
"shincat","file","input","browser"
],
"main": "dist/index.js",
"devDependencies": {
"html-webpack-plugin": "^4.3.0",
"ts-loader": "^7.0.3",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"@babel/core": "^7.9.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"uglifyjs-webpack-plugin": "^2.2.0"
},
"repository": {
"type": "git",
"url": ""
},
"license": "ISC",
"dependencies": {
}
}