import-sort-cli
Version:
Sort ES2015 (aka ES6) imports from the command line.
59 lines (58 loc) • 1.73 kB
JSON
{
"name": "import-sort-cli",
"version": "6.0.0",
"description": "Sort ES2015 (aka ES6) imports from the command line.",
"main": "lib/index.js",
"bin": {
"import-sort": "lib/index.js"
},
"typings": "lib/index.d.ts",
"scripts": {
"prepublishOnly": "tsc -b .",
"build": "tsc -b .",
"build:watch": "tsc -b . -w",
"test": "mocha --require ts-node/register --recursive \"test/**/*.ts\"",
"test:watch": "mocha -w --require ts-node/register --recursive \"test/**/*.ts\"",
"lint": "eslint --ext ts src"
},
"author": "Renke Grunwald <renke@renke.org> (https://github.com/renke)",
"repository": "renke/import-sort",
"license": "ISC",
"files": [
"lib"
],
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/diff": "^4.0.0",
"@types/globby": "^8.0.0",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.3",
"@types/node": "^10.3.5",
"@types/yargs": "^12.0.8",
"@typescript-eslint/eslint-plugin": "^1.2.0",
"chai": "^4.0.2",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "^7.12.4",
"mocha": "^5.2.0",
"ts-node": "^8.0.2",
"typescript": "^3.2.4"
},
"dependencies": {
"diff": "^4.0.1",
"file": "^0.2.2",
"globby": "^9.0.0",
"import-sort": "^6.0.0",
"import-sort-config": "^6.0.0",
"import-sort-parser": "^6.0.0",
"import-sort-parser-babylon": "^6.0.0",
"import-sort-style": "^6.0.0",
"import-sort-style-eslint": "^6.0.0",
"mkdirp": "^0.5.1",
"yargs": "^12.0.5"
},
"gitHead": "8049f35b2c2fb674bd8bc73e420d508413bb544c"
}