@intuitionrobotics/google-services
Version:
46 lines (45 loc) • 1.12 kB
JSON
{
"name": "@intuitionrobotics/google-services",
"version": "0.47.44",
"description": "google-services",
"keywords": [
"IR",
"create account",
"express",
"infra",
"login",
"nu-art",
"permissions",
"thunderstorm",
"typescript",
"user-account"
],
"homepage": "https://github.com/intuition-robotics/thunderstorm",
"bugs": {
"url": "https://github.com/intuition-robotics/thunderstorm/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:intuition-robotics/thunderstorm.git"
},
"license": "Apache-2.0",
"author": "IR",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc -p src/main/tsconfig.json --rootDir ./src/main --outDir dist",
"lint": "tslint -p src/main/tsconfig.json"
},
"dependencies": {
"@google-cloud/pubsub": "^4.0.7",
"@intuitionrobotics/ts-common": "~0.47.0",
"google-auth-library": "^9.0.0",
"googleapis": "^129.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"ts-node": "^8.10.2",
"tslint": "^6.1.3",
"typescript": "^5.3.0"
}
}