xlsx-extractor
Version:
Extract the colums/rows from XLSX file.
50 lines (49 loc) • 1.11 kB
JSON
{
"name": "xlsx-extractor",
"description": "Extract the colums/rows from XLSX file.",
"version": "1.4.1",
"author": "akabeko (http://akabeko.me/)",
"license": "MIT",
"homepage": "https://github.com/akabekobeko/npm-xlsx-extractor#readme",
"engines": {
"node": ">= 10"
},
"main": "dist/lib/index.js",
"bin": "dist/bin/index.js",
"files": [
"dist"
],
"keywords": [
"XLSX",
"Excel",
"Extract"
],
"repository": {
"type": "git",
"url": "git+https://github.com/akabekobeko/npm-xlsx-extractor.git"
},
"bugs": {
"url": "https://github.com/akabekobeko/npm-xlsx-extractor/issues"
},
"scripts": {
"test": "jest",
"start": "npm run watch",
"tsc": "tsc --noEmit",
"build": "tsc",
"watch": "tsc -w",
"prepare": "npm run build"
},
"dependencies": {
"commander": "^2.20.0",
"node-zip": "^1.1.1",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^12.0.10",
"@types/xml2js": "^0.4.4",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.2"
}
}