All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.mutation.package.json Maven / Gradle / Ivy

There is a newer version: 2.2.5
Show newest version
{
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/mutation/index.d.ts",
  "exports": "./dist/index.mjs",
  "private": true,
  "scripts": {
    "watch": "bunchee index.ts -w",
    "build": "bunchee index.ts",
    "types:check": "tsc --noEmit",
    "clean": "rimraf dist"
  },
  "peerDependencies": {
    "swr": "*",
    "react": "*"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy