-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 944 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
{
"name": "@groton/blackbaud-to-google-lists",
"version": "0.1.0",
"author": {
"name": "Seth Battis",
"url": "https://github.com/groton-school"
},
"license": "GPL-3.0",
"homepage": "https://github.com/groton-school/blackbaud-to-google-lists",
"repository": {
"type": "git",
"url": "git+https://github.com/groton-school/blackbaud-to-google-lists.git"
},
"bugs": {
"url": "https://github.com/groton-school/blackbaud-to-google-lists/issues"
},
"dependencies": {
"@battis/gas-lighter": "latest"
},
"scripts": {
"clean": "shx rm -rf ./build",
"build": "webpack",
"deploy": "clasp push"
},
"devDependencies": {
"@battis/eslint-config": "latest",
"@battis/prettier-config": "latest",
"@types/google-apps-script-oauth2": "^38.0.0",
"shx": "^0.3.4"
},
"prettier": "@battis/prettier-config",
"eslintConfig": {
"extends": "@battis/gas-lighter/.eslint.json"
}
}