-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1011 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
34
35
36
37
38
39
{
"name": "gas-toggl-to-google-calendar",
"version": "0.2.0",
"author": "Yuichi Tanikawa <[email protected]>",
"bugs": {
"url": "https://github.com/uu1t/gas-toggl-to-google-calendar/issues"
},
"dependencies": {
"typescript": "^3.1.3"
},
"devDependencies": {
"@google/clasp": "^1.6.3",
"@types/google-apps-script": "0.0.31",
"@types/jest": "^23.3.8",
"jest": "^23.6.0",
"ts-jest": "^23.10.4",
"ts-loader": "^5.2.2",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
},
"homepage": "https://github.com/uu1t/gas-toggl-to-google-calendar#README",
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/uu1t/gas-toggl-to-google-calendar.git"
},
"scripts": {
"build": "webpack",
"deploy": "clasp push",
"predeploy": "npm run build -- -p",
"test": "jest"
}
}