Ghost/ghost/members-csv/package.json
Daniel Lockyer b84e54b0cf Unpinned dependencies
- libraries should have dependencies unpinned so we can rely on
  lockfiles and reduce duplicates
- this commit unpins a handful of dependencies
2022-03-24 11:06:57 +00:00

35 lines
814 B
JSON

{
"name": "@tryghost/members-csv",
"version": "1.2.9",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-csv",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.11.0",
"mocha": "9.2.2",
"should": "13.2.3",
"sinon": "13.0.1"
},
"dependencies": {
"bluebird": "^3.7.2",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21",
"papaparse": "^5.3.2",
"pump": "^3.0.0"
}
}