UNPKG

stricter-standard

Version:
44 lines (43 loc) 1.16 kB
{ "name": "stricter-standard", "version": "0.3.2", "description": "Stricter JavaScript Standard Style", "type": "module", "main": "index.js", "bin": { "stricter-standard": "./bin/cmd.js" }, "scripts": { "test": "stricter-standard *.js bin/*.js && c8 --reporter=lcov --reporter=text-summary mocha && ./bin/cmd.js *.js ./bin/*.js" }, "repository": { "type": "git", "url": "https://github.com/bergos/stricter-standard.git" }, "keywords": [ "code", "eslint", "standard", "stricter", "style" ], "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)", "license": "MIT", "bugs": { "url": "https://github.com/bergos/stricter-standard/issues" }, "homepage": "https://github.com/bergos/stricter-standard", "dependencies": { "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.6.0", "standard-engine": "^15.1.0" }, "devDependencies": { "c8": "^11.0.0", "mocha": "^11.7.6", "stricter-standard": "^0.3.1" } }