UNPKG

obniz-cloud-sdk

Version:

[About obniz GraphQL API](https://obniz.com/doc/reference/cloud/cloudapi)

56 lines (55 loc) 1.63 kB
{ "name": "obniz-cloud-sdk", "version": "2.1.2", "description": "", "main": "index.js", "types": "index.d.ts", "scripts": { "start": "node dist/src/index.js", "test": "mocha --require ts-node/register --watch-extensions ts --exit --recursive 'test/**/*.ts' ", "codegen": "graphql-codegen --config codegen.yml", "build": "tsc --build .", "lint": "eslint . --ext .ts && prettier --write *.ts **/*.ts" }, "keywords": [ "obniz" ], "bugs": { "url": "https://forum.obniz.com" }, "repository": "obniz/obniz-cloud-sdk", "author": "yukisato <yuki@yuki-sato.com>", "homepage": "https://obniz.com/", "private": false, "license": "ISC", "dependencies": { "graphql": "^15.0.0", "graphql-request": "^4.2.0", "graphql-tag": "^2.12.6" }, "devDependencies": { "@graphql-codegen/cli": "^2.6.2", "@graphql-codegen/introspection": "^2.1.1", "@graphql-codegen/typescript": "^2.4.11", "@graphql-codegen/typescript-document-nodes": "^2.2.11", "@graphql-codegen/typescript-graphql-request": "^4.4.8", "@graphql-codegen/typescript-operations": "^2.4.0", "@types/chai": "^4.3.1", "@types/mocha": "^9.1.1", "@types/node": "^15.3.0", "@typescript-eslint/eslint-plugin": "^4.31.0", "@typescript-eslint/parser": "^4.31.0", "chai": "^4.3.4", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "mocha": "^10.0.0", "prettier": "^2.3.2", "sinon": "^10.0.0", "ts-node": "^10.7.0", "typescript": "^4.6.4" }, "optionalDependencies": { "fsevents": "^2.3.2" } }