-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 KB
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
50
{
"name": "@silverbirder/rminc",
"version": "1.1.0",
"description": "rMinc is the Google Apps Script Library that register Mail in Calendar",
"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/rMinc.git"
},
"keywords": [
"Google Apps Script",
"GMail",
"GCalendar",
"Clasp",
"Typescript",
"rMinc"
],
"author": "silverbirder <silverbirder@gmail.com> (https://silver-birder.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Silver-birder/rMinc/issues"
},
"homepage": "https://github.com/Silver-birder/rMinc#readme",
"devDependencies": {
"@google/clasp": "^2.3.0",
"@types/google-apps-script": "^1.0.10",
"@types/jest": "^24.9.1",
"@types/node": "^13.7.0",
"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"
}
}