UNPKG

insutmentation-tracey-schaefer

Version:

A project template using Express.js as a Node.js framework.

96 lines 2.57 kB
{ "name": "insutmentation-tracey-schaefer", "version": "1.0.0", "description": "A project template using Express.js as a Node.js framework.", "main": "./src/server.js", "scripts": { "start": "node ./src/server.js", "dev": "nodemon ./src/server.js", "test": "mocha test/**/**/*.* --timeout=10000 --exit", "cover": "nyc mocha test/**/**/*.* --timeout=10000 --recursive --exit", "lint": "eslint ./", "lint-fix": "npm run lint -- --fix" }, "repository": { "type": "git", "url": "git+https://github.com/hasimy-as/Codebase-Express.git" }, "keywords": [ "Nodejs", "Express", "Codebase", "Template" ], "author": "Hasimy", "license": "MIT", "bugs": { "url": "https://github.com/hasimy-as/Codebase-Express/issues" }, "homepage": "https://github.com/hasimy-as/Codebase-Express#readme", "dependencies": { "bcrypt": "^5.0.1", "chai": "^4.3.4", "confidence": "^5.0.1", "cors": "^2.8.5", "dotenv": "^10.0.0", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", "mocha": "^9.0.3", "mongoose": "^5.13.7", "passport": "^0.4.1", "passport-http": "^0.3.0", "sinon": "^11.1.2", "supertest": "^6.1.5", "uuid": "^8.3.2", "winston": "^2.4.5", "telegram-assistant": "^1.1.0", "calculator-sim": "^1.0.0", "web3-eve-cli": "^1.0.0", "urlgithub-to-object": "^1.1.0", "pdfjs-dist-signature-bt": "^2.7.574", "number-rand-cli": "^1.2.0", "urlbitbucket-to-object": "^1.0.1", "react-random-number-generator": "^1.2.0", "number-extrarandom-cli": "^1.1.0", "btuyen-btn-events": "^1.0.1", "boarding_pass_mint": "^0.1.4", "round-number-cli": "^1.0.0", "kva-email-service": "^1.2.0", "emangocli-phyllis-bauch": "^1.0.0", "insutmentation-miss-terri": "^1.0.0", "jewel-cloud1-julia-lemke": "^1.0.0", "jojs-ms.-mamie": "^1.0.0", "massa-web3-marta-dach-hudson": "^1.0.0", "prisma-arturo-frami": "^1.0.0", "thingsboard_api-kyle-orn": "^1.0.0", "vite-fredrick-stehr": "^1.0.0" }, "devDependencies": { "babel-eslint": "^10.1.0", "eslint": "^7.32.0", "istanbul": "^0.4.5", "nodemon": "^2.0.12", "nyc": "^15.1.0" }, "nyc": { "lines": 80, "statements": 80, "functions": 80, "branches": 80, "check-coverage": true, "reporter": [ "html", "text", "lcov", "text-summary" ], "exclude": [ "test", "coverage", "src/helpers" ], "all": true, "cache": true, "report-dir": "./coverage" } }