generated from cristobalgvera/ez-clasp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "ts-apps-script-starter",
"version": "1.0.0",
"description": "Google Apps Script starter project with TypeScript support",
"main": "build/index.js",
"scripts": {
"build": "rollup --config",
"build-dev": "rollup --config --watch",
"lint": "gts lint",
"fix": "gts fix",
"deploy": "npm run build & clasp push",
"dev": "clasp push --watch"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-typescript": "^7.13.0",
"@google/clasp": "^2.3.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/google-apps-script": "^1.0.33",
"@types/node": "^15.6.1",
"gts": "^3.1.0",
"rollup": "^2.50.3",
"typescript": "^4.3.2"
},
"keywords": [
"clasp",
"google-apps-script",
"gas",
"typescript",
"rollup-js",
"prettier",
"eslint",
"javascript",
"babel"
],
"author": "cristobalgvera",
"license": "ISC"
}