Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "name": "@fbinhouse/volvo-react-composer-middleware-enzyme",
  "version": "0.2.6",
  "description": "",
  "scripts": {
    "test": "mocha -r ts-node/register --file ./src/setup.ts src/**/test.ts",
    "storybook": "start-storybook -p 6006",
    "lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
    "build": "npm run lint && tsc",
    "relink": "npm link @fbinhouse/volvo-react-composer",
    "prepublishOnly": "npm run build",
    "verdaccio:build": "npm publish --registry http://localhost:4873"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "author": "Max Bolotin",
  "license": "ISC",
  "dependencies": {
    "@fbinhouse/volvo-react-composer": "^0.2.1",
    "react-test-renderer": "^16.9.0",
    "uuid": "^3.3.3"
  },
  "devDependencies": {
    "@types/cheerio": "^0.22.13",
    "@types/enzyme": "^3.10.3",
    "@types/mocha": "^5.2.7",
    "@types/react": "^16.8.18",
    "@types/react-dom": "^16.8.4",
    "@types/react-test-renderer": "^16.9.0",
    "@types/uuid": "^3.4.5",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "ts-node": "^8.3.0",
    "tslint": "^5.16.0",
    "typescript": "^3.4.5"
  },
  "peerDependencies": {
    "react": "^16.8.4",
    "react-dom": "^16.8.4",
    "mocha": "^6.2.0",
    "enzyme": "^3.10.0"
  }
}