react-spreadsheet-mapper
Version:
A headless React library for mapping spreadsheet data.
69 lines (68 loc) • 1.61 kB
JSON
{
"name": "react-spreadsheet-mapper",
"version": "0.1.1",
"private": false,
"description": "A headless React library for mapping spreadsheet data.",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rm -rf dist && tsc && tsc -p tsconfig.esm.json",
"test": "echo 'Test script not yet implemented'",
"lint": "eslint .",
"prepublishOnly": "npm run build",
"publish:beta": "npm publish --tag beta",
"publish:latest": "npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/garethhallnz/react-spreadsheet-mapper.git"
},
"keywords": [
"react",
"spreadsheet",
"excel",
"csv",
"mapper",
"importer",
"headless",
"react-hooks",
"data-import",
"data-mapping",
"file-upload",
"typescript",
"open-source",
"monorepo",
"ui-agnostic"
],
"author": "Gareth Hall <garethhall79@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/garethhallnz/react-spreadsheet-mapper/issues"
},
"homepage": "https://github.com/garethhallnz/react-spreadsheet-mapper#readme",
"peerDependencies": {
"react": ">=16.8.0"
},
"dependencies": {
"xlsx": "^0.16.8"
},
"devDependencies": {
"react": "^17.0.1",
"ts-loader": "^9.5.2",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1"
}
}