UNPKG

rest-chronicle

Version:
125 lines (124 loc) 3.96 kB
{ "name": "rest-chronicle", "version": "2.4.1", "description": "autodocumentate rest api", "main": "./lib", "keywords": [ "generate", "apidoc", "generator", "documentation", "documentate", "tests", "autodocumentate", "rest", "api", "http" ], "scripts": { "build:src": "babel src --out-dir ./lib --copy-files", "prepare": "npm run build:src && husky install", "coveralls": "cat ./reports/coverage/lcov.info | coveralls", "test:security": "npm audit --production && npm run test:lock", "test:lint": "eslint src bin tests --no-error-on-unmatched-pattern", "test:mocha": "mocha --config .mocharc.json 'tests/**/*test.js'", "test:package": "npt test -c .package-tester.json", "test:coverage": "NODE_ENV=test BUILD=0 MODE=test nyc mocha --config .mocharc.json 'tests/**/*test.js'", "test:debt": "jscpd src --config .jscpd.json", "test:lock": "lockfile-lint --path package-lock.json --validate-https --allowed-hosts npm", "coverage-check": "MODE=test nyc check-coverage", "test": "npm run test:lint && npm run test:security && BUILD=1 npm run test:mocha", "sort-deps": "npm remove --save example; npm remove --save-dev example", "semantic-release": "npx semantic-release" }, "repository": { "type": "git", "url": "https://github.com/pustovitDmytro/rest-chronicle.git" }, "author": "Dmytro Pustovit", "license": "MIT", "bugs": { "url": "https://github.com/pustovitDmytro/rest-chronicle/issues" }, "engines": { "node": ">=10" }, "homepage": "https://github.com/pustovitDmytro/rest-chronicle#readme", "devDependencies": { "@babel/cli": "^7.19.3", "@babel/core": "^7.20.5", "@babel/node": "^7.20.5", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.20.5", "@babel/plugin-proposal-object-rest-spread": "^7.20.2", "@babel/plugin-proposal-optional-chaining": "^7.18.9", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.23.3", "@babel/runtime": "^7.16.7", "@commitlint/cli": "^16.1.0", "@commitlint/lint": "^16.0.0", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "ava": "^4.0.1", "axios": "^1.6.1", "babel-eslint": "^10.1.0", "babel-plugin-istanbul": "^6.1.1", "babel-plugin-module-resolver": "^4.1.0", "body-parser": "^1.20.1", "chai": "^4.3.6", "conventional-changelog-eslint": "^3.0.9", "coveralls": "^3.1.1", "danger": "^11.2.3", "diff": "^5.0.0", "docopt": "^0.6.2", "eslint": "8.34.0", "eslint-config-incredible": "^2.4.1", "eslint-plugin-censor": "^1.5.2", "eslint-plugin-import": "^2.25.4", "eslint-plugin-markdown": "^2.2.1", "eslint-plugin-mocha": "^10.0.3", "eslint-plugin-no-secrets": "^0.8.9", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-regexp": "^1.5.1", "eslint-plugin-scanjs-rules": "^0.2.1", "eslint-plugin-security": "^1.4.0", "eslint-plugin-sonarjs": "^0.11.0", "eslint-plugin-unicorn": "^42.0.0", "express": "^4.18.2", "fatum": "^1.2.0", "husky": "^7.0.4", "jscpd": "^3.4.5", "json-server": "^0.17.1", "lockfile-lint": "^4.6.2", "mocha": "^9.2.0", "mocha-junit-reporter": "^2.0.2", "node-package-tester": "^1.3.3", "nyc": "^15.1.0", "semantic-release": "^19.0.5", "semantic-release-telegram": "^1.6.2", "supertest": "^6.2.2", "vesta": "^1.1.0" }, "dependencies": { "cls-hooked": "4.2.2", "dot-prop": "6.0.1", "fs-extra": "10.0.0", "handlebars": "4.7.7", "js-yaml": "4.1.0", "myrmidon": "1.7.2", "uuid": "8.3.2" }, "peerDependencies": { "axios": "^0.21.1 || ^1.6.1", "supertest": "^6.1.3" }, "peerDependenciesMeta": { "axios": { "optional": true }, "supertest": { "optional": true } } }