aia-tagging-react
Version:
TypeScript package for handling tagged images from AIA HANDICAP
74 lines • 2.15 kB
JSON
{
"name": "aia-tagging-react",
"version": "1.0.1",
"description": "TypeScript package for handling tagged images from AIA HANDICAP",
"main": "dist/index.js",
"homepage": "https://www.aia-handicap.com",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts",
"prepare": "npm run build",
"build": "webpack --mode production"
},
"bugs": {
"url": "https://www.aia-handicap.com/contact"
},
"keywords": [
"image-tagging",
"typescript-library",
"image-processing",
"accessibility",
"auto-tagging",
"exif-data",
"react-component",
"AIA HANDICAP"
],
"author": {
"name": "Ewan Réveillé--Adam",
"email": "contact@aia-handicap.com",
"url": "https://www.aia-handicap.com"
},
"license": "MIT",
"dependencies": {
"axios": "^1.7.9",
"buffer": "^6.0.3",
"exif-js": "^2.3.0",
"exif-parser": "^0.1.12",
"exif-reader": "^2.0.1",
"form-data": "^4.0.1",
"fs": "^0.0.1-security",
"jest-fetch-mock": "^3.0.3",
"jsdom": "^25.0.1",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.17.10",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"babel-loader": "^9.2.1",
"eslint": "^8.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"files": [
"dist",
"LICENSE",
"README.md"
]
}