home / packages / non_npm_packages

non_npm_packages: DigiChanges/node-experience, package.json

This data as json

commit contents organization path repository
1cfafad156482166119027c8ed762cbec57abe39
{
    "author": "Digichanges",
    "dependencies": {
        "@deepkit/type": "1.0.1-alpha.75",
        "@koa/multer": "^3.0.0",
        "@mikro-orm/core": "^5.4.2",
        "@mikro-orm/postgresql": "^5.4.2",
        "axios": "^0.27.2",
        "bcrypt": "^5.0.1",
        "class-validator": "^0.13.2",
        "commander": "^9.4.1",
        "compression": "^1.7.4",
        "config": "^3.3.8",
        "cors": "^2.8.5",
        "cwebp": "^2.0.5",
        "dayjs": "^1.11.5",
        "dotenv": "^16.0.2",
        "envalid": "^7.3.1",
        "express": "^4.18.1",
        "express-rate-limit": "^6.5.1",
        "faker": "^5.5.3",
        "fs-extra": "^11.1.0",
        "handlebars": "^4.7.7",
        "helmet": "^5.1.1",
        "i18n": "^0.15.0",
        "infisical": "^1.0.36",
        "inversify": "^6.0.1",
        "inversify-express-utils": "^6.4.3",
        "inversify-inject-decorators": "^3.1.0",
        "jwt-simple": "^0.5.6",
        "koa": "^2.13.4",
        "koa-bodyparser": "^4.3.0",
        "koa-cors": "^0.0.16",
        "koa-helmet": "^6.1.0",
        "koa-qs": "^3.0.0",
        "koa-ratelimit": "^5.0.1",
        "koa-router": "^10.1.1",
        "lodash": "^4.17.21",
        "md5": "^2.3.0",
        "minio": "^7.0.29",
        "mongodb": "^3.6.0",
        "mongoose": "^6.6.1",
        "multer": "^1.4.5-lts.1",
        "nanoid": "^3.3.4",
        "node-cron": "^3.0.1",
        "nodemailer": "6.7.7",
        "pg-promise": "^10.11.1",
        "promise-events": "^0.2.4",
        "qs": "^6.11.0",
        "reflect-metadata": "^0.1.13",
        "shelljs": "^0.8.5",
        "tedis": "^0.1.12",
        "ts-mixer": "^6.0.1",
        "tslog": "^4.4.4",
        "tsyringe": "^4.7.0",
        "typeorm": "^0.3.11",
        "web-push": "^3.5.0"
    },
    "description": "",
    "devDependencies": {
        "@commitlint/cli": "^17.3.0",
        "@commitlint/config-conventional": "^17.3.0",
        "@shelf/jest-mongodb": "^4.1.4",
        "@types/bcrypt": "^5.0.0",
        "@types/compression": "^1.7.2",
        "@types/config": "^0.0.41",
        "@types/cors": "^2.8.12",
        "@types/express": "^4.17.13",
        "@types/express-rate-limit": "^5.1.3",
        "@types/faker": "^5.5.9",
        "@types/fs-extra": "^8.1.2",
        "@types/helmet": "^0.0.48",
        "@types/i18n": "^0.13.2",
        "@types/jest": "^28.1.7",
        "@types/jwt-simple": "^0.5.33",
        "@types/koa": "^2.13.4",
        "@types/koa-bodyparser": "^4.3.7",
        "@types/koa-cors": "^0.0.2",
        "@types/koa-hbs": "^1.0.7",
        "@types/koa-ratelimit": "^4.2.4",
        "@types/koa-router": "^7.4.4",
        "@types/koa__multer": "^2.0.4",
        "@types/lodash": "^4.14.180",
        "@types/md5": "^2.3.2",
        "@types/minio": "^7.0.12",
        "@types/multer": "^1.4.7",
        "@types/node": "^18.7.16",
        "@types/node-cron": "^3.0.1",
        "@types/nodemailer": "^6.4.4",
        "@types/pg": "^8.6.5",
        "@types/qs": "^6.9.7",
        "@types/shelljs": "^0.8.11",
        "@types/supertest": "^2.0.12",
        "@types/validator": "^13.7.1",
        "@types/web-push": "^3.3.2",
        "@typescript-eslint/eslint-plugin": "^5.45.0",
        "@typescript-eslint/parser": "^5.45.0",
        "cpy": "^9.0.1",
        "esbuild": "^0.16.1",
        "esbuild-node-tsc": "^2.0.4",
        "eslint": "^8.27.0",
        "eslint-plugin-import": "^2.26.0",
        "eslint-plugin-prefer-arrow": "^1.2.3",
        "husky": "^7.0.4",
        "jest": "^28.1.3",
        "jest-environment-jsdom": "^28.1.3",
        "jest-environment-node": "^28.1.3",
        "lint-staged": "^13.0.2",
        "madge": "^5.0.1",
        "nodemon": "^2.0.20",
        "pg-mem": "^2.6.4",
        "prettier": "^2.7.1",
        "rimraf": "^3.0.2",
        "supertest": "^6.3.0",
        "ts-node": "^10.9.1",
        "typescript": "^4.7.4"
    },
    "engines": {
        "node": ">=16.*"
    },
    "keywords": [],
    "license": "MIT",
    "name": "node-experience",
    "scripts": {
        "build": "etsc",
        "ci": "npm run cpy-ci && npm run ts-check && npm run lint",
        "circular": "madge --circular dist/src/index.js",
        "circular-graph": "madge --circular --image graph.svg dist/src/index.js",
        "clean": "rimraf dist/src/*",
        "command": "ts-node src/command.ts",
        "cpy-ci": "cp .env.dev .env",
        "dev": "nodemon",
        "docker-command": "docker-compose exec node pnpm command",
        "lint": "eslint -c .eslintrc.json ./src",
        "lint-fix": "eslint -c .eslintrc.json ./src --fix",
        "login-infisical": "infisical login",
        "pre-check": "pnpm ts-check && pnpm lint",
        "pre-commit": "lint-staged",
        "prepare": "husky install",
        "pull:env": "infisical pull",
        "start": "node dist/index.js",
        "sync:db": "ts-node src/Shared/Presentation/Commands/SynchronizeDb.ts",
        "test": "jest --coverage",
        "test-ci": "jest --run-in-band --coverage",
        "test-watch": "jest --watch --silent --coverage=false",
        "ts-check": "tsc -p tsconfig.json --noEmit",
        "tsc": "tsc"
    },
    "version": "1.35.4"
}
DigiChanges package.json DigiChanges/node-experience
Powered by Datasette · Queries took 0.882ms