@bbon/filedownload
Version:
File download helper
61 lines (60 loc) • 1.94 kB
JSON
{
"name": "@bbon/filedownload",
"version": "1.2.3",
"description": "File download helper",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist/**/*.{css,js,map,ts}"
],
"repository": {
"type": "git",
"url": "https://github.com/bbonkr/bbon-filedownload.git"
},
"homepage": "https://github.com/bbonkr/bbon-filedownload",
"bugs": {
"url": "https://github.com/bbonkr/bbon-filedownload/issues"
},
"keywords": [
"javascript",
"js",
"download",
"typescript"
],
"author": "Pon Cheol Ku <dev@bbon.kr> (http://bbon.kr)",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"lint": "eslint ./src/**/*.ts",
"lint:fix": "eslint ./src/**/*.ts --fix"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@types/node": "^14.6.4",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"http-server": "^0.12.3",
"prettier": "^2.3.1",
"rollup": "^2.56.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.30.0",
"ts-loader": "^9.2.3",
"tslib": "^1.14.1",
"typescript": "^4.3.4"
}
}