{
  "name": "@ramp-network/ramp-instant-sdk",
  "version": "6.2.0",
  "description": "SDK for Ramp Instant",
  "keywords": [],
  "main": "dist/ramp-instant-sdk.umd.js",
  "module": "dist/ramp-instant-sdk.es5.js",
  "typings": "dist/types/ramp-instant-sdk.d.ts",
  "files": [
    "dist"
  ],
  "author": "Ramp Network <contact@rampnetwork.com>",
  "homepage": "https://rampnetwork.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/RampNetwork/ramp-instant-sdk/"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "lint": "tslint  --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
    "prebuild": "rimraf dist",
    "build": "tsc --module commonjs && rollup -c rollup.config.js",
    "start": "rollup -c rollup.config.js -w",
    "test": "jest --coverage --env=jsdom",
    "test:watch": "jest --coverage --watch --env=jsdom",
    "test:prod": "npm run lint && npm run test -- --no-cache",
    "precommit": "lint-staged",
    "prepublish": "npm run build"
  },
  "lint-staged": {
    "{src,test}/**/*.ts": [
      "prettier --write",
      "git add"
    ]
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testEnvironment": "node",
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ]
  },
  "prettier": {
    "semi": true,
    "singleQuote": true
  },
  "devDependencies": {
    "@types/jest": "^27.0.3",
    "@types/node": "^16.11.12",
    "cross-env": "^7.0.3",
    "husky": "^1.0.1",
    "jest": "^27.4.4",
    "jest-config": "^27.4.4",
    "lint-staged": "^12.1.2",
    "lodash.camelcase": "^4.3.0",
    "prettier": "^2.5.1",
    "rimraf": "^3.0.2",
    "rollup": "^3.29.5",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-version-injector": "^1.3.3",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-typescript2": "^0.31.1",
    "ts-jest": "^27.1.1",
    "ts-node": "^10.4.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "tslint-config-standard": "^9.0.0",
    "tslint-react": "^5.0.0",
    "typescript": "4.5.3"
  }
}
