UNPKG

sec-excel

Version:
34 lines (33 loc) 794 B
{ "name": "sec-excel", "version": "0.0.4", "description": "SEC autotesting Excel utility", "main": "dist/index.js", "scripts": { "test": "tsc && jest __tests__/* --detectOpenHandles" }, "repository": { "type": "git", "url": "git+https://github.com/iDarush/sec-excel.git" }, "keywords": [ "SEC" ], "author": "Darya Savelova", "license": "ISC", "bugs": { "url": "https://github.com/iDarush/sec-excel/issues" }, "homepage": "https://github.com/iDarush/sec-excel#readme", "devDependencies": { "@types/node": "^14.14.11", "@typescript-eslint/eslint-plugin": "^4.9.1", "@typescript-eslint/parser": "^4.9.1", "eslint": "^7.15.0", "jest": "^26.6.3", "typescript": "^4.1.2" }, "dependencies": { "xlsx": "^0.16.9" } }