-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 855 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
{
"name": "gas-clasp-template",
"author": "catdance124",
"scripts": {
"test": "jest",
"build": "ts-node -T build.ts",
"prepush": "npm run build && bash deployment/generate_claspjson.sh && bash deployment/generate_clasprc.sh",
"push": "clasp push --force",
"predeploy": "npm run push",
"deploy": "bash -c 'source .env && npx clasp deploy --deploymentId $DEPLOYMENT_ID -d $ENV_NAME'"
},
"devDependencies": {
"@google/clasp": "^2.4.2",
"@types/google-apps-script": "^1.0.78",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"esbuild": "^0.19.8",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
}
}