|
| 1 | +{ |
| 2 | + "name": "@elbwalker/connector-gcp", |
| 3 | + "description": "GCP connector for walkerOS", |
| 4 | + "version": "0.0.0", |
| 5 | + "license": "MIT", |
| 6 | + "main": "dist/index.js", |
| 7 | + "module": "dist/index.mjs", |
| 8 | + "types": "dist/index.d.ts", |
| 9 | + "files": [ |
| 10 | + "dist/**", |
| 11 | + "CHANGELOG.md" |
| 12 | + ], |
| 13 | + "scripts": { |
| 14 | + "build": "tsup", |
| 15 | + "build:dev": "tsup --config tsup.dev.config.ts", |
| 16 | + "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", |
| 17 | + "dev": "jest --watchAll --colors", |
| 18 | + "lint": "tsc && eslint \"**/*.ts*\"", |
| 19 | + "test": "jest --colors --coverage", |
| 20 | + "update": "npx npm-check-updates -u && npm update" |
| 21 | + }, |
| 22 | + "dependencies": { |
| 23 | + "@elbwalker/walker.js": "3.1.0" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@elbwalker/tsup": "0.0.1", |
| 27 | + "@elbwalker/types": "3.1.0", |
| 28 | + "@google-cloud/functions-framework": "^3.4.2" |
| 29 | + }, |
| 30 | + "repository": { |
| 31 | + "url": "git+https://github.com/elbwalker/walkerOS.git", |
| 32 | + "directory": "packages/connectors/gcp" |
| 33 | + }, |
| 34 | + "author": "elbwalker <[email protected]>", |
| 35 | + "homepage": "https://github.com/elbwalker/walkerOS#readme", |
| 36 | + "bugs": { |
| 37 | + "url": "https://github.com/elbwalker/walkerOS/issues" |
| 38 | + }, |
| 39 | + "keywords": [ |
| 40 | + "elb", |
| 41 | + "elbwalker", |
| 42 | + "walker", |
| 43 | + "walkerOS", |
| 44 | + "analytics", |
| 45 | + "tracking", |
| 46 | + "GCP", |
| 47 | + "Google Clout Platform" |
| 48 | + ], |
| 49 | + "funding": [ |
| 50 | + { |
| 51 | + "type": "GitHub Sponsors", |
| 52 | + "url": "https://github.com/sponsors/elbwalker" |
| 53 | + } |
| 54 | + ] |
| 55 | +} |
0 commit comments