{
  "name": "usocial",
  "description": "uSocial Tools",
  "author": {
    "name": "Gerard Rovira Sánchez",
    "email": "gerard.rovira.sanchez@gmail.com"
  },
  "version": "0.1.1",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prebuild": "npm run build:clean",
    "build": "tsc",
    "build:clean": "rimraf dist",
    "build:watch": "tsc --watch",
    "prepublishOnly": "npm run build",
    "postpublish": "npm run build:clean",
    "lint": "tslint './src/**/*.{ts,tsx}' --project ./tsconfig.json",
    "pretest": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch --testRegex '/src/.*\\.(test|spec).(ts|tsx|js)$'",
    "coverage": "jest --coverage",
    "check": "npm-run-all test lint build:clean"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zurfyx/usocial.git"
  },
  "keywords": [
    "typescript",
    "starter",
    "library"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zurfyx/usocial/issues"
  },
  "homepage": "https://github.com/zurfyx/usocial/tree/development/packages/usocial/README",
  "dependencies": {
    "tslib": "^1.9.3"
  },
  "devDependencies": {
    "@types/jest": "^23.3.13",
    "@types/node": "^10.12.21",
    "jest": "^23.6.0",
    "npm-run-all": "^4.1.5",
    "rimraf": "^2.6.3",
    "ts-jest": "^23.10.5",
    "tslint": "^5.12.1",
    "tslint-config-airbnb": "^5.11.1",
    "typescript": "^3.3.1"
  },
  "files": [
    "dist",
    "src"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
