{
  "name": "proppy",
  "version": "1.3.1",
  "description": "ProppyJS - Functional composition of props for components",
  "main": "lib/index.js",
  "homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy",
  "scripts": {
    "clean": "../../node_modules/.bin/rimraf dist lib",
    "lint": "../../node_modules/.bin/tslint -c ../../tslint.json -p tsconfig.json -t stylish",
    "transpile": "../../node_modules/.bin/tsc",
    "test": "../../node_modules/.bin/jest --",
    "cover": "../../node_modules/.bin/jest --coverage",
    "dist:lib": "../../node_modules/.bin/webpack --config ./webpack.config.js",
    "dist:min": "NODE_ENV=production ../../node_modules/.bin/webpack --config ./webpack.config.js",
    "dist": "npm run dist:lib && npm run dist:min",
    "prepublish": "npm run transpile",
    "build": "npm run transpile && npm run dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fahad19/proppy.git"
  },
  "author": {
    "name": "Fahad Ibnay Heylaal",
    "url": "http://fahad19.com"
  },
  "keywords": [
    "proppy"
  ],
  "devDependencies": {
    "rxjs": "^6.1.0"
  },
  "bugs": {
    "url": "https://github.com/fahad19/proppy/issues"
  },
  "license": "MIT",
  "types": "./lib/index.d.ts"
}
