-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 901 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 901 Bytes
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
{
"name": "samplecaat",
"version": "1.0.0",
"description": "This repository is trying the CaAT repotistory",
"main": "index.js",
"scripts": {
"login": "clasp login",
"init": "clasp create . --rootDir ./src",
"clone": "clasp clone",
"push": "clasp push",
"deploy": "clasp deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Silver-birder/SampleCaAT.git"
},
"author": "silverbirder <silverbirder@gmail.com> (https://silver-birder.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Silver-birder/SampleCaAT/issues"
},
"homepage": "https://github.com/Silver-birder/SampleCaAT#readme",
"devDependencies": {
"@google/clasp": "^2.3.0",
"@types/google-apps-script": "^1.0.10"
},
"dependencies": {
"@silverbirder/caat": "^1.0.16"
}
}