@silverbirder/zoom-meeting-creator
Version:
zoom-meeting-creator is a Google Apps Script for creating zoom meetings.
49 lines (48 loc) • 1.39 kB
JSON
{
"name": "@silverbirder/zoom-meeting-creator",
"version": "1.0.1",
"description": "zoom-meeting-creator is a Google Apps Script for creating zoom meetings.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"init": "clasp create . --rootDir ./src",
"login": "clasp login",
"build": "webpack",
"test": "jest",
"push": "clasp push",
"prepare": "npm run build",
"deploy": "clasp deploy",
"clone": "clasp clone"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Silver-birder/zoom-meeting-creator.git"
},
"keywords": [
"Google Apps Script",
"Typescript",
"Zoom",
"Clasp"
],
"author": "silverbirder <silverbirder@gmail.com> (https://silver-birder.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Silver-birder/zoom-meeting-creator/issues"
},
"homepage": "https://github.com/Silver-birder/zoom-meeting-creator#readme",
"devDependencies": {
"@google/clasp": "^2.3.0",
"@types/google-apps-script": "^1.0.10",
"@types/jest": "^24.9.1",
"es3ify-webpack-plugin": "^0.1.0",
"gas-webpack-plugin": "^1.0.2",
"jest": "^25.1.0",
"ts-jest": "^25.0.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {}
}