mirror of
https://github.com/Luzifer/gmail-manage.git
synced 2024-11-08 15:30:10 +00:00
Knut Ahlers
3e3cf696cd
- Use ES6 and Babel to transpile to AppsScript - Add filter management - Move config to config
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"babel": {
|
|
"presets": [
|
|
"google-apps-script"
|
|
],
|
|
"comments": false
|
|
},
|
|
"scripts": {
|
|
"build": "babel src/*.js --out-file app.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.1.2",
|
|
"@babel/core": "^7.1.2",
|
|
"babel-preset-google-apps-script": "0.0.3"
|
|
}
|
|
}
|