{ "name": "@vendure/core", "version": "0.18.3", "description": "A modern, headless ecommerce framework", "repository": { "type": "git", "url": "https://github.com/vendure-ecommerce/vendure/" }, "keywords": [ "vendure", "ecommerce", "headless", "graphql", "typescript" ], "private": false, "license": "MIT", "scripts": { "tsc:watch": "tsc -p ./build/tsconfig.build.json --watch", "gulp:watch": "gulp -f ./build/gulpfile.ts watch", "build": "rimraf dist && tsc -p ./build/tsconfig.build.json && tsc -p ./build/tsconfig.cli.json && gulp -f ./build/gulpfile.ts build", "watch": "concurrently yarn:tsc:watch yarn:gulp:watch", "lint": "tslint --fix --project ./", "test": "jest --config ./jest.config.js", "e2e": "jest --config ../../e2e-common/jest-config.js --runInBand --package=core", "ci": "yarn build" }, "publishConfig": { "access": "public" }, "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "vendure": "cli/vendure-cli.js" }, "files": [ "dist/**/*", "cli/**/*" ], "dependencies": { "@graphql-tools/stitch": "^6.2.4", "@nestjs/common": "7.4.4", "@nestjs/core": "7.4.4", "@nestjs/graphql": "7.6.0", "@nestjs/microservices": "7.4.4", "@nestjs/platform-express": "7.4.4", "@nestjs/terminus": "7.0.1", "@nestjs/testing": "7.4.4", "@nestjs/typeorm": "7.1.3", "@types/fs-extra": "^9.0.1", "@vendure/common": "^0.18.3", "apollo-server-express": "2.18.1", "bcrypt": "^5.0.0", "body-parser": "^1.19.0", "chalk": "^4.1.0", "commander": "^6.1.0", "cookie-session": "^2.0.0-rc.1", "csv-parse": "^4.12.0", "express": "^4.17.1", "fs-extra": "^9.0.1", "graphql": "15.3.0", "graphql-iso-date": "^3.6.1", "graphql-tag": "^2.11.0", "graphql-type-json": "^0.3.2", "http-proxy-middleware": "^1.0.5", "i18next": "^19.8.1", "i18next-express-middleware": "^2.0.0", "i18next-icu": "^1.4.2", "i18next-node-fs-backend": "^2.1.3", "image-size": "^0.9.1", "mime-types": "^2.1.27", "ms": "^2.1.2", "nanoid": "^2.1.11", "progress": "^2.0.3", "reflect-metadata": "^0.1.13", "rxjs": "^6.6.3", "typeorm": "0.2.28" }, "devDependencies": { "@types/bcrypt": "^3.0.0", "@types/cookie-session": "^2.0.41", "@types/csv-parse": "^1.2.2", "@types/express": "^4.17.8", "@types/faker": "^4.1.7", "@types/graphql-iso-date": "^3.4.0", "@types/graphql-type-json": "^0.3.2", "@types/gulp": "^4.0.7", "@types/mime-types": "^2.1.0", "@types/ms": "^0.7.31", "@types/nanoid": "^2.1.0", "@types/node": "^10.12.18", "@types/progress": "^2.0.3", "@types/prompts": "^2.0.9", "better-sqlite3": "^7.1.1", "gulp": "^4.0.2", "mysql": "^2.18.1", "pg": "^8.4.0", "rimraf": "^3.0.2", "sql.js": "1.3.2", "sqlite3": "^5.0.0", "typescript": "4.0.3" } }