27 lines
482 B
JSON
27 lines
482 B
JSON
{
|
|
"name": "sheetaki",
|
|
"version": "0.0.1",
|
|
"author": "sheetjs",
|
|
"description": "Spreadsheet CSV conversion microservice",
|
|
"keywords": [
|
|
"csv",
|
|
"spreadsheet",
|
|
"data",
|
|
"conversion",
|
|
"excel"
|
|
],
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"formidable-serverless": "",
|
|
"request": "",
|
|
"xlsx": ""
|
|
},
|
|
"scripts": {
|
|
"build": "echo hai",
|
|
"start": "node api/server.js"
|
|
},
|
|
"homepage": "https://sheetaki.now.sh",
|
|
"license": "Apache-2.0"
|
|
}
|