@udecide/common
Version:
Learn nodejs, graphql with Type Script
52 lines (51 loc) • 1.2 kB
JSON
{
"name": "@udecide/common",
"version": "1.0.14",
"description": "Learn nodejs, graphql with Type Script",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"/build/**/*"
],
"scripts": {
"clean": "del ./build/*",
"build": "npm run clean && tsc",
"pub": "git add . && git commit -m \"updates\" && npm version patch && npm run build && npm publish"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"setupFilesAfterEnv": [
"./src/test/setup.ts"
]
},
"repository": {
"type": "git",
"url": "git@gitlab.udecide.ch:alaa/common.git"
},
"keywords": [
"node.js",
"graphQL",
"Type",
"Script",
"Backend"
],
"author": "Alaa Hammam",
"license": "ISC",
"devDependencies": {
"del-cli": "^5.0.0"
},
"dependencies": {
"@types/express": "^4.17.15",
"@types/express-validator": "^3.0.0",
"@types/jsonwebtoken": "^9.0.0",
"@types/mongoose": "^5.11.97",
"@types/multer": "^1.4.7",
"body-parser": "^1.20.1",
"express": "^4.18.2",
"express-validator": "^6.14.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.1",
"multer": "^1.4.5-lts.1"
}
}