UNPKG

excel2json

Version:
56 lines (55 loc) 1.21 kB
{ "name": "excel2json", "version": "1.0.2", "description": "excel2json", "main": "build/index.js", "files": [ "build" ], "engines": { "node": ">=8" }, "scripts": { "build": "tsc", "prepublish": "npm run build", "pretest": "npm run build", "test": "mocha -r should -R spec --recursive test", "lint": "eslint ." }, "repository": { "type": "git", "url": "git://github.com/iyu/excel2json.git" }, "keywords": [ "excel", "xlsx", "json", "parse", "excel2json" ], "author": "Yuhei Aihara", "license": "MIT", "bugs": { "url": "https://github.com/iyu/excel2json/issues" }, "dependencies": { "jszip": "^3.2.2", "libxmljs": "^0.19.7", "lodash": "^4.17.15" }, "devDependencies": { "@types/jszip": "^3.1.6", "@types/libxmljs": "^0.18.3", "@types/lodash": "^4.14.144", "@types/node": "^12.11.6", "@typescript-eslint/eslint-plugin": "^2.5.0", "@typescript-eslint/parser": "^2.5.0", "eslint": "^6.5.1", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.6.0", "jshint": "^2.6.3", "mocha": "^6.2.2", "should": "^5.1.0", "typescript": "^3.6.4" } }