-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 KB
/
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
34
35
36
37
38
39
40
41
42
43
{
"name": "live-coding",
"version": "1.0.0",
"description": "All my live coding projects published on my YouTube channel https://youtube.com/ashtonfei/",
"main": "index.js",
"scripts": {
"push": "cd ./src/projects/$node_config_i; clasp push",
"pull": "cd ./src/projects/$node_config_i; clasp push",
"open": "cd ./src/projects/$node_config_i; clasp push",
"doc": "jsdoc2md ./src/projects/$node_config_i/*.js > ./src/projects/$node_config_i/DOCUMENT.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashtonfei/live-coding.git"
},
"keywords": [
"gas",
"apps script",
"google apps script",
"live coding'",
"google sheet'",
"google doc",
"google form",
"google slide",
"gmail",
"automation",
"macro",
"javascript"
],
"author": "Ashton Fei",
"license": "MIT",
"bugs": {
"url": "https://github.com/ashtonfei/live-coding/issues"
},
"homepage": "https://github.com/ashtonfei/live-coding#readme",
"devDependencies": {
"@google/clasp": "^2.4.1",
"@types/google-apps-script": "^1.0.37",
"jsdoc-to-markdown": "^7.0.1",
"npm": "^8.0.0",
"typescript": "^4.4.4"
}
}