{
  "name": "@chargeui/charge",
  "version": "0.1.0",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "scripts": {
    "test": "jest",
    "start": "rollup -c rollup.config.js -w",
    "build": "rollup -c rollup.config.js",
    "prepublish": "npm run build"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "jest": "^24.8.0",
    "rollup": "^1.12.3",
    "rollup-plugin-typescript2": "^0.21.1",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.5"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "jsdom",
    "collectCoverage": true,
    "globals": {
      "ts-jest": {
        "diagnostics": false
      }
    }
  }
}
