UNPKG

monk-import-export

Version:

Simple import & export sorting ESLint plugin

37 lines (36 loc) 987 B
{ "name": "monk-import-export", "description": "Simple import & export sorting ESLint plugin", "version": "0.0.0", "author": "arrastia@pm.me", "license": "MIT", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "start:dev": "npx ts-node ./src/index.ts", "start": "node build/index.js", "test": "jest --watch", "clean": "rimraf build/", "prepublishOnly": "npm run build", "build": "npm run clean && tsc" }, "keywords": [ "eslint-plugin", "eslint", "import-export" ], "devDependencies": { "@babel/eslint-parser": "^7.19.1", "@babel/plugin-syntax-import-assertions": "7.18.6", "@babel/plugin-transform-flow-strip-types": "^7.19.0", "@types/jest": "^29.2.0", "@types/node": "^18.11.5", "eslint-plugin-jest": "^27.1.3", "eslint-plugin-markdown": "3.0.0", "jest": "^29.2.2", "prettier": "2.7.1", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", "typescript": "^4.8.4" } }