UNPKG

@harvest-profit/doc-flux-spreadsheets

Version:
73 lines (72 loc) 1.96 kB
{ "name": "@harvest-profit/doc-flux-spreadsheets", "version": "1.1.5", "description": "XLSX Spreadsheets parser for DocFlux", "main": "dist/index.js", "repository": "https://github.com/HarvestProfit/DocFlux-Spreadsheets", "author": "Jake Humphrey <jake@harvestprofit.com>", "contributors": [], "license": "MIT", "scripts": { "build": "babel src -d dist", "build-docs": "jsdoc src/* -t ./node_modules/ink-docstrap/template --configure jsdoc.conf.json --destination docs --readme README.md", "clean": "rm -rf ./dist", "clean-docs": "rm -rf ./docs", "docs": "yarn run clean-docs && yarn run build-docs", "publish-docs": "yarn run docs && gh-pages -d docs", "prepublish": "yarn run clean && yarn run build", "report-coverage": "coveralls < ./coverage/lcov.info", "test": "jest test/ --coverage" }, "jest": { "collectCoverageFrom": [ "src/**/!(index).{js,jsx}" ], "transform": { "^.+\\.jsx?$": "babel-jest" } }, "keywords": [ "harvest", "profit", "react", "component", "components", "documents", "document", "flux", "doc-flux", "excel", "csv" ], "files": [ "README.md", "dist", "vendor" ], "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.0.0", "babel-eslint": "^8.0.3", "babel-jest": "^22.0.4", "babel-preset-airbnb": "^2.4.0", "babel-preset-env": "^1.6.1", "babel-preset-stage-2": "^6.24.1", "coveralls": "^3.0.0", "eslint": "^4.9.0", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.4.0", "gh-pages": "^1.1.0", "ink-docstrap": "^1.3.2", "jest": "^22.0.4", "jsdoc": "^3.5.5" }, "dependencies": { "@harvest-profit/doc-flux": "^1.1.1", "prop-types": "^15.7.2", "save-as": "^0.1.8", "xlsx": "file:vendor/xlsx-0.20.3.tgz" } }