lowdefy/packages/graphql/package.json
2020-10-23 13:23:57 +02:00

50 lines
1.2 KiB
JSON

{
"name": "@lowdefy/graphql",
"version": "0.0.0-experimental.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"main": "dist/index.js",
"scripts": {
"build": "yarn webpack",
"clean": "rm -rf dist",
"webpack": "webpack --config webpack.config.js",
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "1.1.0",
"@lowdefy/node-utils": "1.0.0",
"apollo-server": "2.18.2",
"dataloader": "2.0.0",
"graphql": "15.3.0",
"graphql-type-json": "0.3.2"
},
"devDependencies": {
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"@babel/preset-env": "7.12.1",
"apollo-server-testing": "2.18.2",
"babel-jest": "26.5.2",
"babel-loader": "8.1.0",
"jest": "26.5.3",
"webpack": "5.1.3",
"webpack-cli": "4.0.0"
}
}