{
  "name": "test-commons",
  "version": "1.0.2",
  "description": "Widergy common library for web apps",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "npm run build",
    "build": "tsc"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+ https://github.com/taltrui/test-commons.git"
  },
  "author": "Tomás Altrui",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/taltrui/test-commons/issues"
  },
  "homepage": "https://github.com/taltrui/test-commons#readme",
  "devDependencies": {
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.15.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^3.1.3"
  }
}
