qpa-client/server/package.json

74 lines
1.8 KiB
JSON

{
"name": "functions",
"scripts": {
"codegen": "gql2ts ./src/schema.graphql -o ./src/@types/index.d.ts",
"lint": "tslint --project tsconfig.json",
"build": "tsc --version && tsc",
"start": "nodemon --exec ts-node src/index.ts",
"test": "jest"
},
"main": "lib/index.js",
"dependencies": {
"@types/graphql": "^14.0.7",
"apollo-server": "^2.4.8",
"apollo-server-testing": "^2.4.8",
"atob": "^2.1.2",
"axios": "^0.18.0",
"cookie": "^0.3.1",
"cors": "^2.8.4",
"google-auth-library": "^1.5.0",
"googleapis": "^31.0.2",
"graphql": "^14.0.2",
"graphql-code-generator": "^0.16.0",
"graphql-import": "^0.7.1",
"graphql-tag": "^2.10.0",
"graphql-tools": "^4.0.3",
"joi": "^13.6.0",
"joi-phone-number": "^2.0.12",
"joi-timezone": "^2.0.0",
"jsonwebtoken": "^8.2.1",
"mailgun-js": "^0.22.0",
"node-pre-gyp": "^0.12.0",
"pg": "^7.8.2",
"random-string": "^0.2.0",
"randomstring": "^1.1.5",
"superagent": "^3.8.3",
"typeorm": "^0.2.14",
"uuid": "^3.3.2",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"@types/gapi.client.calendar": "^3.0.0",
"@types/jest": "^24.0.9",
"@types/joi": "^13.0.8",
"@types/node": "^11.11.0",
"@types/uuid": "^3.4.4",
"gql2ts": "^1.10.1",
"jest": "^23.6.0",
"nodemon": "^1.18.10",
"ts-jest": "23.10.3",
"ts-node": "^8.0.3",
"tslint": "^5.9.1",
"typescript": "^3.3.3333"
},
"private": true,
"version": "1.0.0",
"license": "MIT",
"proxy": "https://staging.quepasaalpujarra.com",
"jest": {
"globalSetup": "../jest-setup.js",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(.*\\.(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}