node-shh
Version:
43 lines (42 loc) • 951 B
JSON
{
"name": "node-shh",
"version": "1.0.5",
"keywords": [
"static",
"server",
"http",
"node",
"shh",
"node-shh"
],
"contributors": [
{
"name": "Dmytro",
"email": "bender.d1mon@gmail.com",
"url": "https://www.linkedin.com/in/dmytro-olashyn-a3479512b/"
}
],
"repository": {
"type" : "git",
"url" : "https://github.com/Bendernnm/server-static"
},
"scripts": {
"sonar-scann": "sonar-scanner -Dproject.settings=./sonar.properties",
"tests": "jest ./tests"
},
"dependencies": {
"mime": "2.4.4"
},
"devDependencies": {
"jest": "26.0.1",
"callsites": "3.1.0",
"eslint": "6.5.1",
"eslint-config-airbnb": "18.0.1",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-security": "1.4.0"
}
}