UNPKG

@quantr/quantr-spo

Version:

Export Sharepoint list to csv file

26 lines (25 loc) 583 B
{ "name": "@quantr/quantr-spo", "version": "1.1.8", "main": "main.js", "author": "Tiffany <tiffany@quantr.hk>", "homepage": "https://gitlab.com/quantr/example/custom-command", "repository": { "type": "git", "url": "https://gitlab.com/quantr/example/custom-command" }, "bin": { "quantr-spo": "main.js" }, "scripts": { "start": "node main.js" }, "description": "Export Sharepoint list to csv file", "keywords": [ "Sharepoint" ], "dependencies": { "json2csv": "^4.5.4", "readline-sync": "^1.4.10" } }