{ "name": "styled-is", "version": "1.0.5", "license": "MPL-2.0", "description": "Flag utility for styled-components", "keywords": [ "flag", "flags", "react", "css", "css-in-js", "styled-components" ], "repository": "github:yldio/joyent-portal", "main": "dist/index.umd.js", "jsnext:main": "dist/index.es.js", "module": "dist/index.es.js", "entry": "src/index.js", "scripts": { "lint": "eslint . --fix --format=tap", "test:run": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text ava", "test": "run-s build test:run", "build": "bup", "prepublish": "run-s build" }, "devDependencies": { "ava": "0.19.1", "babel-plugin-istanbul": "^4.1.3", "babel-register": "^6.24.1", "bup": "^1.0.7", "cross-env": "^5.0.0", "eslint": "^3.19.0", "eslint-config-joyent-portal": "1.0.0", "npm-run-all": "^4.0.2", "nyc": "^10.3.2", "react": "^15.5.4", "styled-components": "^1.4.6" }, "peerDependencies": { "react": "*", "styled-components": "*" }, "nyc": { "sourceMap": false, "instrument": false }, "babel": { "sourceMaps": "inline", "env": { "test": { "plugins": [ "istanbul" ] } } }, "ava": { "tap": true, "require": [ "babel-register" ], "babel": "inherit" } }