UNPKG

@slimio/psp

Version:

Analyze compliance with the structural policy of a SlimIO project

92 lines (91 loc) 2.13 kB
{ "name": "@slimio/psp", "version": "0.12.3", "description": "Analyze compliance with the structural policy of a SlimIO project", "main": "./index.js", "scripts": { "prepublishOnly": "pkg-ok", "test": "nyc --reporter=lcov ava --verbose", "doc": "jsdoc -c ./jsdoc.json -r -R ./README.md -P ./package.json --verbose", "coverage": "codecov", "report": "nyc report --reporter=html" }, "keywords": [ "psp", "tool", "slimio", "project-struct-policy", "policy", "code", "quality" ], "author": "SlimIO", "license": "MIT", "files": [ "index.d.ts", "index.js", "src", "template", "bin/index.js" ], "dependencies": { "@slimio/is": "^1.5.1", "@slimio/manifest": "^0.9.1", "boxen": "^4.2.0", "estree-walker": "^2.0.1", "file-ignore-parser": "^2.0.0", "file-normalize": "^1.1.2", "globby": "^11.0.1", "js-yaml": "^3.14.0", "kleur": "^4.1.3", "make-promises-safe": "^5.1.0", "marked": "^1.2.2", "meriyah": "^3.0.3", "sade": "^1.7.4", "semver": "^7.3.2" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@escommunity/minami": "^1.0.0", "@slimio/eslint-config": "^4.1.0", "@types/node": "^14.14.2", "ava": "^3.13.0", "codecov": "^3.8.0", "cross-env": "^7.0.2", "dotenv": "^8.2.0", "eslint": "^7.12.0", "husky": "^4.3.0", "jsdoc": "^3.6.6", "nyc": "^15.1.0", "pkg-ok": "^2.3.1" }, "engines": { "node": ">=12" }, "husky": { "hooks": { "pre-push": "cross-env eslint src/*.js bin/index.js && npm test", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "nyc": { "check-coverage": true, "per-file": false, "lines": 98, "statements": 98, "functions": 98, "branches": 90 }, "bin": { "psp": "./bin/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/SlimIO/psp.git" }, "bugs": { "url": "https://github.com/SlimIO/psp/issues" }, "homepage": "https://github.com/SlimIO/psp#readme" }