Files
api/package.json
Alexis Tyler 20cd4b0a44 update @unraid/core
Signed-off-by: Alexis Tyler <xo@wvvw.me>
2019-09-19 12:22:07 +09:30

67 lines
1.8 KiB
JSON

{
"name": "@unraid/graphql-api",
"version": "1.0.13",
"main": "index.js",
"repository": "git@github.com:unraid/graphql-api.git",
"author": "Alexis Tyler <xo@wvvw.me> (https://wvvw.me/)",
"license": "UNLICENSED",
"scripts": {
"dev": "STATES_CWD=$(pwd)/../core/test/fixtures/states CORE_CWD=$(pwd)/../core/ PLUGINS_CWD=$(pwd)/../plugins/ nodemon -e js,graphql --signal SIGINT index.js",
"test": "exit 0",
"lint": "exit 0",
"build": "modclean --no-progress --run --path ."
},
"dependencies": {
"@gridplus/docker-events": "^1.0.0",
"@unraid/core": "unraid/core#c432714",
"accesscontrol": "^2.2.1",
"am": "^1.0.1",
"apollo-datasource-rest": "^0.6.1",
"apollo-server": "^2.8.1",
"apollo-server-express": "^2.8.1",
"camelcase": "^5.3.1",
"express": "^4.17.1",
"got": "^9.6.0",
"graphql": "^14.4.2",
"graphql-directive": "^0.2.1",
"graphql-tag": "^2.10.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.7.0",
"p-props": "^3.0.1",
"set-interval-async": "^1.0.26",
"stoppable": "^1.1.0",
"subscriptions-transport-ws": "^0.9.16"
},
"optionalDependencies": {},
"devDependencies": {
"bundle-dependencies": "^1.0.2",
"modclean": "^3.0.0-beta.1"
},
"bundledDependencies": [
"@unraid/core",
"accesscontrol",
"am",
"apollo-datasource-rest",
"apollo-server",
"apollo-server-express",
"camelcase",
"express",
"got",
"graphql",
"graphql-directive",
"graphql-tag",
"graphql-type-json",
"graphql-type-long",
"graphql-type-uuid",
"lodash.get",
"merge-graphql-schemas",
"p-props",
"set-interval-async",
"stoppable",
"subscriptions-transport-ws"
]
}