-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 951 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
{
"name": "sgs-issuance-calendar",
"description": "A GAS project made to create Google Calendars for SGS based on MAS Auctions and Issuance Calendar.",
"license": "MIT",
"scripts": {
"test": "jest",
"deploy": "clasp push -f",
"prettier": "prettier \"./**/*.{js,ts,yml,yaml}\" -l --ignore-path .eslintignore",
"prettier:fix": "prettier \"./**/*.{js,ts,yml,yaml}\" --write --ignore-path .eslintignore"
},
"devDependencies": {
"@types/google-apps-script": "^1.0.76",
"@types/jest": "^29.5.5",
"prettier": "^3.0.3",
"semantic-release": "^24.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"prettier": {
"trailingComma": "all",
"tabWidth": 4,
"printWidth": 128
},
"jest": {
"preset": "ts-jest"
},
"private": true,
"release": {
"branches": [
"main"
]
}
}