-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 878 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "approval-google-addons",
"version": "1.0.0",
"description": "Google Addons for supplier information input workflow",
"main": "Main.js",
"dependencies": {
"@types/google-apps-script": "0.0.54",
"ink-docstrap": "^1.3.2",
"npm": "^6.11.3"
},
"scripts": {
"deploy": "clasp push",
"update": "git fetch && clasp pull",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sagelga/approval-google-addons.git"
},
"keywords": [
"workflow",
"google apps script",
"approval workflow",
"addons"
],
"author": "Kunanon Srisuntiroj",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sagelga/approval-google-addons/issues"
},
"homepage": "https://github.com/sagelga/approval-google-addons#readme"
}