@nyteshade/lattice-legacy
Version:
OO Underpinnings for ease of GraphQL Implementation
68 lines (67 loc) • 1.99 kB
JSON
{
"name": "@nyteshade/lattice-legacy",
"version": "2.13.6",
"description": "OO Underpinnings for ease of GraphQL Implementation",
"main": "dist/lattice.js",
"scripts": {
"test": "LATTICE_LOGLEVEL=info jest",
"build": "rm -rf dist/* ; babel -s --source-root es6 es6/ -d dist/",
"docs": "rm -rf ./docs ; jsdoc -c conf.json"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nyteshade/graphql-lattice.git"
},
"keywords": [
"graphql",
"object",
"oriented",
"framework",
"lattice"
],
"author": "Brielle Harrison",
"license": "MIT",
"bugs": {
"url": "https://github.com/nyteshade/graphql-lattice/issues"
},
"homepage": "https://github.com/nyteshade/graphql-lattice#readme",
"dependencies": {
"apollo-server-express": "^1.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"body-parser": "^1.18.2",
"express-graphql": "^0.6.6",
"graphql": "^0.11.7",
"graphql-server-express": "^1.2.0",
"graphql-tools": "^2.6.1",
"lodash": "^4.17.4",
"marked": "^0.3.12",
"ne-tag-fns": "^0.3.0",
"ne-types": "^1.0.0",
"read-pkg-up": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.24.1",
"express": "^4.16.2",
"flow-bin": "^0.60.1",
"jest": "^21.2.1",
"jsdoc": "^3.5.5",
"jsdoc-babel": "^0.3.0",
"kitsune-jsdoc-template": "^1.0.3",
"minami": "^1.2.3",
"regenerator-runtime": "^0.11.0",
"unminified-webpack-plugin": "^1.2.0"
},
"jest": {
"verbose": true
}
}