mirror of
https://github.com/unraid/api.git
synced 2026-01-09 10:10:45 -06:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@unraid/graphql-api",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:unraid/graphql-api.git",
|
|
"author": "Alexis Tyler <xo@wvvw.me> (https://wvvw.me/)",
|
|
"license": "GPLv2",
|
|
"dependencies": {
|
|
"am": "^1.0.1",
|
|
"apollo-datasource-rest": "^0.5.0",
|
|
"apollo-server-express": "^2.6.2",
|
|
"bolus": "https://github.com/omgimalexis/bolus",
|
|
"camelcase": "^5.3.1",
|
|
"core": "ssh://git@github.com:unraid/core.git",
|
|
"express": "^4.17.1",
|
|
"got": "^9.6.0",
|
|
"graphql": "^14.3.1",
|
|
"graphql-directive": "^0.2.1",
|
|
"graphql-type-json": "^0.3.0",
|
|
"graphql-type-long": "^0.1.1",
|
|
"graphql-type-uuid": "^0.2.0",
|
|
"lodash.get": "^4.4.2",
|
|
"merge-graphql-schemas": "^1.5.8",
|
|
"p-props": "^3.0.1",
|
|
"stoppable": "^1.1.0",
|
|
"utils": "https://github.com/unraid/utils"
|
|
},
|
|
"devDependencies": {
|
|
"bundle-dependencies": "^1.0.2"
|
|
},
|
|
"bundledDependencies": [
|
|
"am",
|
|
"apollo-datasource-rest",
|
|
"apollo-server-express",
|
|
"bolus",
|
|
"camelcase",
|
|
"core",
|
|
"express",
|
|
"got",
|
|
"graphql",
|
|
"graphql-directive",
|
|
"graphql-type-json",
|
|
"graphql-type-long",
|
|
"graphql-type-uuid",
|
|
"lodash.get",
|
|
"merge-graphql-schemas",
|
|
"p-props",
|
|
"stoppable",
|
|
"utils"
|
|
]
|
|
}
|