sheetaki/package.json

18 lines
381 B
JSON
Raw Normal View History

2017-04-14 18:14:35 +00:00
{
"name": "sheetaki",
"version": "0.0.1",
"author": "sheetjs",
"description": "Spreadsheet CSV conversion microservice",
"keywords": ["csv", "spreadsheet", "data", "conversion", "excel"],
"dependencies": {
2020-08-09 05:04:31 +00:00
"formidable-serverless":"",
2017-04-14 18:14:35 +00:00
"request":"",
"xlsx":""
},
"scripts": {
2020-08-03 01:06:11 +00:00
"build": "echo hai"
2017-04-14 18:14:35 +00:00
},
"homepage": "https://sheetaki.now.sh",
2020-08-03 01:06:11 +00:00
"license": "Apache-2.0"
2017-04-14 18:14:35 +00:00
}