{
  "name": "fundme",
  "version": "0.1.8",
  "description": "A simple but powerful client-side library to manage monetization on the web.",
  "dependencies": {
    "browser-or-node": "^1.3.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.1",
    "@babel/core": "^7.10.2",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
    "@babel/plugin-proposal-optional-chaining": "^7.10.1",
    "@babel/preset-env": "^7.10.2",
    "@babel/preset-typescript": "^7.10.1",
    "@rollup/plugin-babel": "^5.0.3",
    "@rollup/plugin-commonjs": "^15.0.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@testing-library/jest-dom": "^5.10.1",
    "@types/jest": "^26.0.5",
    "@types/node": "^14.0.23",
    "@types/testing-library__jest-dom": "^5.9.1",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "babel-jest": "^26.0.1",
    "del-cli": "^3.0.1",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "jest": "^26.1.0",
    "prettier": "^2.0.5",
    "rollup": "^2.16.1",
    "typescript": "^4.0.2",
    "uglify-es": "^3.3.9"
  },
  "scripts": {
    "version": "npm run build",
    "pre-commit": "npm run build && git add .",
    "build:types": "tsc --emitDeclarationOnly",
    "build:js": "rollup -c",
    "test": "jest --coverage --verbose",
    "format": "prettier --write src/**/*.{ts,js,md}",
    "build": "npm run build:js"
  },
  "main": "dist/fundme-cjs.js",
  "module": "dist/fundme.mjs",
  "browser": "dist/fundme-iife.js",
  "types": "dist/types/index.d.ts",
  "homepage": "https://prognovel.gitbook.io/fundme",
  "repository": {
    "type": "git",
    "url": "https://github.com/ProgNovel/fundme.git"
  },
  "keywords": [
    "Web Monetization API",
    "Donation",
    "Ads",
    "Revenue",
    "Coil",
    "Split revenue"
  ],
  "author": "ProgNovel",
  "license": "Apache-2.0"
}
