Ghost/ghost/members-csv/package.json
Nazar Gargol 53993358ae Published new versions
- @tryghost/members-csv@0.1.0
2020-06-19 19:35:55 +12:00

31 lines
674 B
JSON

{
"name": "@tryghost/members-csv",
"version": "0.1.0",
"repository": "https://github.com/TryGhost/Members/tree/master/packages/members-csv",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"mocha": "8.0.1",
"should": "13.2.3",
"sinon": "9.0.2"
},
"dependencies": {
"csv-parser": "2.3.3",
"papaparse": "5.2.0"
}
}