UNPKG

@silverbirder/caat

Version:

CaAT is the Google Apps Script Library that Calculate the Assigned Time.

50 lines (49 loc) 1.36 kB
{ "name": "@silverbirder/caat", "version": "1.0.17", "description": "CaAT is the Google Apps Script Library that Calculate the Assigned Time.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "login": "clasp login", "init": "clasp create . --rootDir ./src", "clone": "clasp clone", "push": "clasp push", "deploy": "clasp deploy", "prepare": "npm run build", "build": "webpack", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/Silver-birder/CaAT.git" }, "keywords": [ "Google Apps Script", "Typescript", "Google Calendar", "Calculate time", "Clasp" ], "author": "silverbirder <silverbirder@gmail.com> (https://silver-birder.github.io)", "license": "MIT", "bugs": { "url": "https://github.com/Silver-birder/CaAT/issues" }, "homepage": "https://github.com/Silver-birder/CaAT#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": {} }