{
  "name": "patrimoniumjs",
  "version": "1.1.0",
  "description": "Patrimonium.js is a JavaScript library providing a set of tools to modelize the real estate operations of an individual and their impact on the financial situation of the same individual.",
  "main": "index.js",
  "scripts": {
    "build": "npx webpack --config webpack.config.js --mode production",
    "test": "mocha -r ts-node/register tests/**/*.spec.ts",
    "pub": "copy -rf package.json dist && copy -rf readme.md dist && copy -rf license dist && cd dist && npm publish && cd .."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brumartins/patrimonium.js.git"
  },
  "author": "brumartins",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brumartins/patrimonium.js/issues"
  },
  "homepage": "https://github.com/brumartins/patrimonium.js#readme",
  "keywords": [
    "real estate",
    "house",
    "flat",
    "home",
    "buy",
    "rent",
    "calculator"
  ],
  "types": "index.d.ts",
  "devDependencies": {
    "@types/chai": "^4.2.9",
    "@types/mocha": "^7.0.1",
    "@types/node": "^13.7.6",
    "chai": "^4.2.0",
    "mocha": "^7.1.0",
    "nyc": "^15.0.0",
    "ts-loader": "^6.2.1",
    "ts-node": "^8.6.2",
    "typescript": "^3.8.2",
    "webpack": "^4.41.6",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3"
  }
}
