-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
44
45
46
47
48
49
{
"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": {}
}