mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-23 00:45:16 +00:00
13 lines
418 B
JSON
13 lines
418 B
JSON
{
|
|
"name": "@reduxjs/toolkit-query-react",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "../../dist/query/react/index.js",
|
|
"module": "../../dist/query/react/rtk-query-react.esm.js",
|
|
"unpkg": "../../dist/query/react/rtk-query-react.umd.min.js",
|
|
"author": "Mark Erikson <mark@isquaredsoftware.com>",
|
|
"license": "MIT",
|
|
"types": "../../dist/query/react/index.d.ts",
|
|
"sideEffects": false
|
|
}
|