google-chat-cards
Version:
Unofficial helper package to quickly build Google Chat v2 Cards for Google Chat API and webhooks.
43 lines (42 loc) • 1.24 kB
JSON
{
"name": "google-chat-cards",
"version": "1.0.3",
"description": "Unofficial helper package to quickly build Google Chat v2 Cards for Google Chat API and webhooks.",
"author": "Christopher Eaton",
"repository": "github:chriseaton/google-chat-cards",
"bugs": {
"url": "https://github.com/chriseaton/google-chat-cards/issues"
},
"license": "MIT",
"main": "index.js",
"type": "module",
"keywords": [
"google",
"card",
"chat",
"hangouts",
"templates"
],
"engines": {
"node": ">=17.5"
},
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --verbose --coverage",
"test-ci": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --verbose -ci",
"lint": "./node_modules/.bin/eslint ./"
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/"
]
},
"devDependencies": {
"@types/jest": "^29.5.2",
"eslint": "^8.44.0",
"eslint-plugin-jest": "^27.2.2",
"jest": "^29.6.0",
"jsdoc": "^4.0.2",
"jsdoc-plugin-intersection": "^1.0.4"
}
}