mirror of
https://github.com/Luzifer/gmail-manage.git
synced 2024-11-08 15:30:10 +00:00
16 lines
296 B
JSON
16 lines
296 B
JSON
{
|
|
"babel": {
|
|
"presets": [
|
|
"google-apps-script"
|
|
],
|
|
"comments": false
|
|
},
|
|
"scripts": {
|
|
"build": "babel src/*.js --out-file app.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.10.5",
|
|
"@babel/core": "^7.11.0",
|
|
"babel-preset-google-apps-script": "0.0.3"
|
|
}
|
|
}
|