{
  "name": "@transferwise/sensible",
  "version": "0.16.3",
  "description": "Sensible default values",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "types": "dist/cjs/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -rf dist/ && rollup -c && babel ./src -d ./dist/es"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/transferwise/sensible.git"
  },
  "keywords": [
    "sensible",
    "amount",
    "transferwise"
  ],
  "author": "#organic-growth",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/transferwise/sensible/issues"
  },
  "homepage": "https://github.com/transferwise/sensible#readme",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@rollup/plugin-babel": "^5.2.2",
    "rollup": "^2.36.1",
    "rollup-plugin-dts": "^2.0.1",
    "typescript": "^4.1.6"
  }
}
