UNPKG

@buttercup/exporter

Version:
65 lines (64 loc) 1.61 kB
{ "name": "@buttercup/exporter", "version": "1.1.0", "description": "Export Buttercup vaults", "main": "source/index.js", "directories": { "test": "test" }, "scripts": { "format": "prettier --write '{source,test}/**/*.js'", "test": "run-s test:unit test:coverage test:format", "test:coverage": "nyc check-coverage --lines 100 --functions 100 --branches 100 --statements 100", "test:format": "prettier-check '{source,test}/**/*.js'", "test:unit": "nyc mocha -r test/index.js 'test/**/*.spec.js'" }, "lint-staged": { "{source,test}/**/*.js": [ "prettier --write" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "repository": { "type": "git", "url": "git+https://github.com/buttercup/buttercup-exporter.git" }, "keywords": [ "export", "buttercup", "vault", "archive", "csv" ], "author": "Perry Mitchell <perry@perrymitchell.net>", "license": "MIT", "bugs": { "url": "https://github.com/buttercup/buttercup-exporter/issues" }, "homepage": "https://github.com/buttercup/buttercup-exporter#readme", "dependencies": { "csv-stringify": "^5.5.0", "pify": "^5.0.0" }, "devDependencies": { "buttercup": "^4.9.2", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "csvjson": "^5.1.0", "husky": "^4.2.5", "lint-staged": "^10.2.4", "mocha": "^7.1.2", "npm-run-all": "^4.1.5", "nyc": "^15.0.1", "prettier": "^1.19.1", "prettier-check": "^2.0.0", "sinon": "^9.0.2" }, "peerDependencies": { "buttercup": ">= 4.0.0" } }