UNPKG

ut-tools

Version:

Build and Release management automation package.

45 lines (44 loc) 1.18 kB
{ "name": "eslint-plugin-require-path-exists", "version": "1.1.9", "description": "Checks all require path's to exist as files", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:BohdanTkachenko/eslint-plugin-require-path-exists.git" }, "keywords": [ "eslint", "nodejs", "webpack", "browserify", "require", "path", "eslint-plugin", "eslintplugin" ], "author": "Bohdan Tkachenko <bohdan@tkachenko.io>", "license": "MIT", "bugs": { "url": "https://github.com/BohdanTkachenko/eslint-plugin-require-path-exists/issues" }, "homepage": "https://github.com/BohdanTkachenko/eslint-plugin-require-path-exists", "scripts": { "clean": "rimraf clean", "build": "npm run clean && babel -e 0 -d lib/ src/", "dev": "npm run clean && babel -w -e 0 -d lib/ src/" }, "dependencies": { "builtin-modules": "^1.1.1", "fs-plus": "^3.0.0", "resolve": "^1.1.7" }, "devDependencies": { "babel-cli": "^6.1.4", "babel-eslint": "^7.1.1", "babel-preset-es2015": "^6.1.4", "babel-preset-stage-0": "^6.1.2", "eslint": "^3.14.1", "rimraf": "^2.6.2" } }