1
0
Fork 0
mirror of https://github.com/Luzifer/gmail-manage.git synced 2024-11-08 15:30:10 +00:00
gmail-manage/package.json
Knut Ahlers 3e3cf696cd
Advance development
- Use ES6 and Babel to transpile to AppsScript
- Add filter management
- Move config to config
2018-10-21 01:02:53 +02:00

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"
}
}