@loaders.gl/excel
Version:
Framework-independent loader for Excel files
56 lines (55 loc) • 1.42 kB
JSON
{
"name": "@loaders.gl/excel",
"version": "4.3.4",
"description": "Framework-independent loader for Excel files",
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/visgl/loaders.gl"
},
"keywords": [
"webgl",
"loader",
"parser",
"table",
"Excel",
"Sheets",
"Worksheet",
"Spreadsheet"
],
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"sideEffects": false,
"files": [
"src",
"dist",
"README.md"
],
"scripts": {
"pre-build": "npm run build-bundle && npm run build-bundle-dev && npm run build-worker",
"build-bundle": "ocular-bundle ./bundle.ts --output=dist/dist.min.js",
"build-bundle-dev": "ocular-bundle ./bundle.ts --env=dev --output=dist/dist.dev.js",
"build-worker": "esbuild src/workers/excel-worker.ts --bundle --outfile=dist/excel-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
},
"dependencies": {
"@loaders.gl/loader-utils": "4.3.4",
"@loaders.gl/schema": "4.3.4",
"xlsx": "^0.18.5"
},
"peerDependencies": {
"@loaders.gl/core": "^4.3.0"
},
"gitHead": "d18246f4ef6382f787a6ae2e9e21d8a7f40e5917"
}