UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

58 lines (57 loc) 1.82 kB
{ "name": "eslint-plugin-flowtype", "description": "Flowtype linting rules for ESLint.", "version": "2.21.0", "main": "./dist/index.js", "repository": { "type": "git", "url": "https://github.com/gajus/eslint-plugin-flowtype" }, "keywords": [ "eslint", "plugin", "flowtype" ], "author": { "name": "Gajus Kuizinas", "email": "gajus@gajus.com", "url": "http://gajus.com" }, "license": "BSD-3-Clause", "peerDependencies": { "eslint": ">=2.0.0" }, "dependencies": { "lodash": "^4.15.0" }, "scripts": { "lint": "eslint ./src ./tests", "test": "mocha --compilers js:babel-register ./tests/rules/index.js", "build": "babel ./src --out-dir ./dist --copy-files", "documentation-add-assertions": "babel-node ./bin/readmeAssertions", "documentation": "gitdown ./.README/README.md --output-file ./README.md; npm run documentation-add-assertions", "create-index": "create-index ./src --update-index", "precommit": "npm run lint && npm run test && npm run format-json", "commitmsg": "conventional-changelog-lint -e", "format-json": "jsonlint --sort-keys --in-place --indent ' ' ./src/configs/recommended.json && echo '' >> ./src/configs/recommended.json" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-eslint": "^6.1.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.14.0", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.14.0", "chai": "^3.5.0", "conventional-changelog-lint": "^1.0.1", "create-index": "^0.1.3", "eslint": "^3.4.0", "eslint-config-canonical": "1.8.1", "gitdown": "^2.5.0", "husky": "^0.11.7", "jsonlint": "^1.6.2", "mocha": "^3.0.2", "standard-version": "^2.4.0", "travis-after-all": "^1.4.4" } }