UNPKG

@zuu/owl

Version:

Zuu's Experimental GraphQL Implementation

83 lines (82 loc) 2.09 kB
{ "name": "@zuu/owl", "version": "4.0.8", "description": "Zuu's Experimental GraphQL Implementation", "license": "MIT", "author": { "name": "Laurentiu Ciobanu |vex", "email": "laurentiu@thevexis.me" }, "keywords": [ "zuu", "web-framework", "typescript", "backend-framework", "nodejs", "owl", "nightly", "graphql" ], "main": "./build/index.js", "types": "./build/index.d.ts", "repository": { "type": "git", "url": "https://github.com/IAmTheVex/zuu.git" }, "publishConfig": { "access": "public" }, "scripts": { "test": "tsc && mocha --bail --recursive --timeout 30000 ./build/test", "compile": "tsc" }, "dependencies": { "@types/glob": "^5.0.35", "@types/graphql": "^0.13.1", "@types/node": "*", "@zuu/mirror": "^4.0.2", "@zuu/vet": "^4.0.8", "class-validator": "^0.8.5", "glob": "^7.1.2", "graphql": "^0.13.2", "graphql-subscriptions": "^0.5.8" }, "devDependencies": { "@types/del": "^3.0.1", "@types/gulp": "^4.0.5", "@types/gulp-replace": "0.0.31", "@types/gulp-shell": "0.0.31", "@types/ioredis": "^3.2.9", "@types/jest": "^22.2.3", "@types/node": "^10.3.5", "@types/ws": "^5.1.2", "apollo-cache-inmemory": "^1.2.5", "apollo-client": "^2.3.5", "apollo-engine": "^1.1.2", "apollo-link": "^1.2.2", "apollo-link-ws": "^1.0.8", "class-transformer": "^0.1.9", "del": "^3.0.0", "graphql-redis-subscriptions": "^1.5.0", "graphql-tag": "^2.9.2", "graphql-yoga": "^1.14.10", "gulp-replace": "^0.6.1", "gulp-shell": "^0.6.5", "gulp-typescript": "^4.0.2", "gulpclass": "^0.2.0", "husky": "^1.0.0-rc.9", "ioredis": "^3.2.2", "jest": "^23.1.0", "mysql": "^2.15.0", "prettier": "^1.13.5", "reflect-metadata": "^0.1.12", "subscriptions-transport-ws": "^0.9.11", "ts-jest": "^22.4.6", "ts-node": "^7.0.0", "tslint": "^5.10.0", "tslint-eslint-rules": "^5.3.1", "typedi": "^0.7.3", "typescript": "^2.9.2", "ws": "^5.2.0" } }