Ghost/ghost/members-csv/package.json

30 lines
647 B
JSON
Raw Normal View History

2020-06-19 09:54:48 +03:00
{
"name": "@tryghost/members-csv",
"version": "0.4.3",
2020-06-19 09:54:48 +03:00
"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": {
2020-11-03 02:05:46 +03:00
"mocha": "8.2.1",
2020-06-19 09:54:48 +03:00
"should": "13.2.3",
2021-01-26 15:17:55 +03:00
"sinon": "9.2.4"
2020-06-19 09:54:48 +03:00
},
2020-06-19 10:23:00 +03:00
"dependencies": {
2020-08-25 19:16:48 +03:00
"papaparse": "5.3.0"
2020-06-19 10:23:00 +03:00
}
2020-06-19 09:54:48 +03:00
}