UNPKG

lintspaces

Version:
79 lines (78 loc) 1.8 kB
{ "name": "lintspaces", "version": "2.0.0", "description": "Library for checking spaces in files", "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/schorfES/node-lintspaces.git" }, "main": "src/index.js", "scripts": { "docs": "concat -o README.md ./docs/intro.md ./docs/installation.md ./docs/usage.md ./docs/options.md ./docs/functions.md ./docs/contribution.md ./docs/license.md", "test": "jest ./src --verbose --coverage", "lint": "eslint . --no-warn-ignored", "release": "HUSKY=0 release-it", "prepare": "husky" }, "keywords": [ "validation", "lint", "spaces", "trailingspaces", "indent", "indentation", "newlines", "eof", "eol" ], "author": { "name": "Norman Rusch" }, "contributors": [ { "name": "Norman Rusch", "url": "https://github.com/schorfES" }, { "name": "Christopher Knötschke", "url": "https://github.com/ck86" }, { "name": "Will Anderson", "url": "https://github.com/itsananderson" }, { "name": "Chandler Kent", "url": "https://github.com/chandlerkent" }, { "name": "Casey Crabb", "url": "https://github.com/crabbkw" }, { "name": "David Pagini", "url": "https://github.com/dpagini" } ], "license": "MIT", "dependencies": { "editorconfig": "^3.0.1", "minimist": "^1.2.6", "rc": "^1.2.8" }, "devDependencies": { "concat": "^1.0.3", "eslint": "^10.2.0", "eslint-config-xo": "^0.50.0", "eslint-plugin-jest": "^29.15.1", "globals": "^17.4.0", "husky": "^9.0.7", "jest": "^30.1.2", "lint-staged": "^16.1.0", "prettier": "^3.0.3", "release-it": "^19.0.2" } }