flow-interfaces-google-apps-script
Version:
Flow interface declarations for the Google Apps Script API
25 lines (24 loc) • 703 B
JSON
{
"name": "flow-interfaces-google-apps-script",
"version": "0.3.0",
"description": "Flow interface declarations for the Google Apps Script API",
"keywords": [
"flow",
"google",
"apps",
"script"
],
"files": [
"definitions"
],
"scripts": {
"release": "npm publish && git commit -m `npm run version` yarn git:release",
"git:release": "yarn git:tag && yarn git:push",
"git:push": "git push --tags && git push",
"git:tag": "git tag v`npm run version`",
"version": "jq -r '.version' package.json"
},
"repository": "https://github.com/eiel/flow-interfaces-google-apps-script",
"author": "Tomohiko Himura <eiel.hal@gmail.com>",
"license": "MIT"
}