sheetjs/packages/ssf-cli/package.json

32 lines
567 B
JSON
Raw Normal View History

{
2020-06-27 22:42:21 +00:00
"name": "ssf-cli",
"version": "1.1.0",
2022-03-09 11:28:19 +00:00
"author": "sheetjs",
2020-06-27 22:42:21 +00:00
"description": "Command-line interface for ssf",
"keywords": [
"format",
"sprintf",
"spreadsheet"
],
2022-03-09 11:28:19 +00:00
"main": "index.js",
2020-06-27 22:42:21 +00:00
"bin": {
2022-03-09 11:28:19 +00:00
"ssf-cli": "bin/ssf.njs"
2020-06-27 22:42:21 +00:00
},
"dependencies": {
"ssf": "^0.11.2"
},
"repository": {
"type": "git",
2022-03-09 11:28:19 +00:00
"url": "git://github.com/SheetJS/sheetjs.git",
"directory": "packages/ssf-cli"
2020-06-27 22:42:21 +00:00
},
"homepage": "http://sheetjs.com/",
"bugs": {
2022-03-09 11:28:19 +00:00
"url": "https://github.com/SheetJS/sheetjs/issues"
2020-06-27 22:42:21 +00:00
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.8"
}
}