Skip to main content
Module

x/sheetjs/demos/typescript/package.json

πŸ“— SheetJS Community Edition -- Spreadsheet Data Toolkit
Extremely Popular
Go to Latest
File
{ "name": "xlsx-ts", "main": "dist/index.js", "types": "dist/index.d.ts", "version": "0.0.0", "license": "Apache-2.0", "scripts": { "build": "tsc && browserify -o dist/browser.js src/index.js", "lint": "tslint lib/*.ts" }, "private": true, "dependencies": { "xlsx": "*" }, "devDependencies": { "typescript": "~2.6.1", "browserify": "~14.5.0" }}