UNPKG

babel-plugin-transform-postcss

Version:
80 lines (79 loc) 1.92 kB
{ "name": "babel-plugin-transform-postcss", "version": "0.3.0", "description": "PostCSS Babel Transform", "main": "index.js", "scripts": { "test": "eslint . && flow check && BABEL_ENV=coverage nyc mocha", "build": "babel src --copy-files --out-dir dist", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/wbyoung/babel-plugin-transform-postcss" }, "nyc": { "include": [ "src/**/*.js" ], "exclude": [ "coverage/**", "dist/**" ], "reporter": [ "lcov", "html", "text" ], "all": true, "check-coverage": true, "lines": 100, "statements": 100, "functions": 100, "branches": 100, "sourceMap": false, "instrument": false, "temp-directory (pending-accepted-pr)": "coverage/nyc" }, "author": "Whitney Young", "license": "MIT", "bugs": { "url": "https://github.com/wbyoung/babel-plugin-transform-postcss/issues" }, "keywords": [ "postcss", "postcss-modules", "babel", "babel-transform", "css-modules" ], "homepage": "https://github.com/wbyoung/babel-plugin-transform-postcss", "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.18.0", "babel-eslint": "^7.1.1", "babel-plugin-istanbul": "^4.1.1", "babel-plugin-transform-flow-strip-types": "^6.21.0", "babel-preset-env": "^1.1.8", "babel-register": "^6.18.0", "chai": "^4.0.2", "chai-string": "^1.3.0", "eslint": "^4.1.0", "eslint-plugin-flowtype": "^2.29.2", "flow-bin": "^0.52.0", "mocha": "^3.2.0", "nyc": "^11.0.1", "postcss": "^6.0.7", "postcss-modules": "^0.8.0", "sinon": "^3.0.0", "sinon-chai": "^2.8.0", "string-hash": "^1.1.1" }, "peerDependencies": { "postcss": "^6.0.6" }, "dependencies": { "debug": "^2.6.0", "postcss-load-config": "^1.1.0" } }