{ "name": "orion", "version": "1.0.0", "description": "Video view count service for Joystream", "license": "ISC", "directories": { "src": "src" }, "files": [ "src" ], "repository": { "type": "git", "url": "https://github.com/Joystream/joystream.git" }, "bugs": { "url": "https://github.com/Joystream/joystream/issues" }, "scripts": { "clean": "rm -rf dist", "dev": "NODE_ENV=development ts-node-dev --respawn src/main.ts", "build": "yarn clean && yarn tsc -p tsconfig.build.json", "start": "node dist/main.js", "lint": "eslint . --ext .ts", "test": "jest" }, "lint-staged": { "*.{ts,json}": [ "prettier --write" ] }, "dependencies": { "@typegoose/auto-increment": "^0.6.0", "@typegoose/typegoose": "^7.4.1", "apollo-server-express": "^2.19.1", "class-validator": "^0.12.2", "date-fns": "^2.22.1", "dotenv": "^8.2.0", "express": "^4.17.1", "graphql": "15", "mongodb": "^3.6.3", "mongoose": "^5.10.7", "reflect-metadata": "^0.1.13", "type-graphql": "^1.0.0" }, "devDependencies": { "@joystream/eslint-config": "^1.0.0", "@joystream/prettier-config": "^1.0.0", "@shelf/jest-mongodb": "^1.2.3", "@types/express": "^4.17.8", "@types/jest": "^26.0.19", "@types/mongoose": "^5.7.36", "@types/node": "^14.11.2", "@typescript-eslint/eslint-plugin": "^4.10.0", "@typescript-eslint/parser": "^4.10.0", "apollo-server-testing": "^2.19.1", "eslint": "^7.10.0", "eslint-plugin-jest": "^24.1.3", "husky": "^4.3.0", "jest": "^26.6.3", "lint-staged": "^10.4.0", "prettier": "^2.1.2", "ts-jest": "^26.4.4", "ts-node": "^9.0.0", "ts-node-dev": "^1.0.0-pre.63", "typescript": "^4.0.3" }, "resolutions": { "@typescript-eslint/eslint-plugin": "^4.10.0", "@typescript-eslint/parser": "^4.10.0" }, "engines": { "node": ">=12" } }