UNPKG

@bestcodetools/api-node-base

Version:

BestCodeTools Node Base for Backend API

66 lines (65 loc) 1.72 kB
{ "name": "@bestcodetools/api-node-base", "version": "0.1.1", "description": "BestCodeTools Node Base for Backend API", "main": "dist/src/index.js", "type": "commonjs", "publishConfig": { "access": "public" }, "scripts": { "test": "jest", "build": "ttsc -p .", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://gitlab.com/bestcodetools/nodejs/api-node-base.git" }, "keywords": [ "bestcodetools", "api", "nodebase" ], "author": { "name": "Douglas Alves Domingues", "email": "douglasad.job@gmail.com", "url": "https://douglasdomingues.com.br" }, "license": "ISC", "bugs": { "url": "https://gitlab.com/bestcodetools/nodejs/api-node-base/issues" }, "homepage": "https://gitlab.com/bestcodetools/nodejs/api-node-base#readme", "devDependencies": { "@bestcodetools/eslint-config-bestcodetools-backend": "latest", "@types/body-parser": "^1.19.2", "@types/chance": "^1.1.3", "@types/express": "^4.17.13", "@types/jest": "^27.4.1", "@types/jsonwebtoken": "^8.5.8", "@types/node": "^17.0.23", "@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/parser": "^5.17.0", "eslint": "^8.12.0", "eslint-plugin-import": "^2.25.4", "jest": "^27.5.1", "jest-chance": "^0.1.11", "ts-jest": "^27.1.4", "ts-node": "^10.7.0", "tsconfig-paths": "^3.14.1", "ttypescript": "^1.5.13", "typescript": "^4.6.3", "typescript-transform-paths": "^3.3.1" }, "dependencies": { "body-parser": "^1.19.2", "express": "^4.x.x", "joi": "^17.6.0", "jsonwebtoken": "^8.5.1" }, "files": [ "dist/src", "dist/@types" ] }