stashapp-api
Version:
Easy to use adapter for interaction with a Stash server through GraphQL.
39 lines (38 loc) • 956 B
JSON
{
"name": "stashapp-api",
"version": "0.1.7",
"description": "Easy to use adapter for interaction with a Stash server through GraphQL.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
"codegen": "graphql-codegen --config codegen.yml",
"refresh": "npm run codegen && npm run build"
},
"files": [
"dist"
],
"keywords": [
"stash",
"graphql",
"typescript",
"api",
"codegen"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@graphql-codegen/cli": "^5.0.7",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/typescript-graphql-request": "^6.3.0",
"@graphql-codegen/typescript-operations": "^4.6.1",
"@types/node": "^24.3.0",
"prettier": "^3.4.2",
"typescript": "^5.9.2"
},
"dependencies": {
"graphql": "^16.11.0",
"graphql-request": "^7.2.0"
}
}