UNPKG

@chrissong/file-saver

Version:
44 lines (43 loc) 1.12 kB
{ "name": "@chrissong/file-saver", "version": "0.0.3", "description": "file saver for all browser ", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "dev": "rollup -w -c --environment NODE_ENV:development", "build": "npm run clean && rollup -c --environment NODE_ENV:production", "example": "nodemon ./example/app.js", "clean": "rimraf dist" }, "repository": { "type": "git", "url": "git+https://github.com/ChrisSong1994/file-saver.git" }, "keywords": [ "file", "save" ], "author": "chrissong", "license": "ISC", "bugs": { "url": "https://github.com/ChrisSong1994/file-saver/issues" }, "homepage": "https://github.com/ChrisSong1994/file-saver#readme", "devDependencies": { "@rollup/plugin-strip": "^2.0.0", "@rollup/plugin-typescript": "^8.2.0", "koa": "^2.13.1", "koa-body": "^4.2.0", "koa-logger": "^3.2.1", "koa-router": "^10.0.0", "koa-static": "^5.0.0", "nodemon": "^2.0.7", "rollup": "^2.39.0", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.1.0", "typescript": "^4.1.5" } }