apidoc-light
Advanced tools
Comparing version 0.52.0 to 0.53.0
{ | ||
"name": "apidoc-light", | ||
"version": "0.52.0", | ||
"version": "0.53.0", | ||
"description": "RESTful web API Documentation Generator", | ||
@@ -21,8 +21,2 @@ "author": { | ||
}, | ||
"scripts": { | ||
"eslint": "./node_modules/.bin/eslint --ext js,mjs lib", | ||
"pre-commit": "npm run eslint && npm run test", | ||
"serve": "npm run build-example && docker run --rm --name apidoc -p 8080:80 -v /tmp/apidoc-output:/usr/share/nginx/html:ro -d nginx", | ||
"test": "mocha --colors --no-package --no-config 'test/**/*_test.*js'" | ||
}, | ||
"keywords": [ | ||
@@ -54,17 +48,23 @@ "api", | ||
"semver": "^7.3.7", | ||
"winston": "^3.8.1" | ||
"winston": "^3.8.2" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.182", | ||
"@types/lodash": "^4.14.185", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.6.1", | ||
"eslint": "^8.20.0", | ||
"@types/node": "^18.7.18", | ||
"eslint": "^8.23.1", | ||
"eslint-config-recommended": "^4.1.0", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-n": "^15.2.4", | ||
"eslint-plugin-n": "^15.2.5", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-promise": "^6.0.1", | ||
"mocha": "^10.0.0" | ||
}, | ||
"scripts": { | ||
"eslint": "./node_modules/.bin/eslint --ext js,mjs lib", | ||
"pre-commit": "npm run eslint && npm run test", | ||
"serve": "npm run build-example && docker run --rm --name apidoc -p 8080:80 -v /tmp/apidoc-output:/usr/share/nginx/html:ro -d nginx", | ||
"test": "mocha --colors --no-package --no-config 'test/**/*_test.*js'" | ||
} | ||
} | ||
} |
Updatedwinston@^3.8.2