react-api-adts
Version:
Helpful algebraic data types for API handling in React apps.
38 lines (37 loc) • 863 B
JSON
{
"name": "react-api-adts",
"version": "1.0.0",
"description": "Helpful algebraic data types for API handling in React apps.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Legal-Software/react-api-adts.git"
},
"keywords": [
"React",
"API",
"ADTs"
],
"author": "Tom Schamberger",
"license": "ISC",
"bugs": {
"url": "https://github.com/Legal-Software/react-api-adts/issues"
},
"homepage": "https://github.com/Legal-Software/react-api-adts#readme",
"dependencies": {
"axios": "^0.24.0",
"react": "^17.0.2",
"ts-proto": "^1.95.0",
"typescript": "^4.5.4"
},
"devDependencies": {
"@types/react": "^17.0.37"
}
}